1 #ifdef __KERNEL__
2 #ifndef _ASM_KMAP_TYPES_H
3 #define _ASM_KMAP_TYPES_H
4 
5 #include <asm-generic/kmap_types.h>
6 
7 #endif
8 #endif /* __KERNEL__ */
9