Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
kmap_types.h
Go to the documentation of this file.
1 #ifndef _ASM_KMAP_TYPES_H
2 #define _ASM_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