/arch/sh/include/asm/kmap_types.h
C++ Header | 14 lines | 8 code | 5 blank | 1 comment | 0 complexity | 53182f6afffcd87b9e0662118ae5ddd7 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef __SH_KMAP_TYPES_H 2#define __SH_KMAP_TYPES_H 3 4/* Dummy header just to define km_type. */ 5 6#ifdef CONFIG_DEBUG_HIGHMEM 7#define __WITH_KM_FENCE 8#endif 9 10#include <asm-generic/kmap_types.h> 11 12#undef __WITH_KM_FENCE 13 14#endif