1 #ifndef _ASM_KMAP_TYPES_H 2 #define _ASM_KMAP_TYPES_H 3 4 enum km_type { 5 KM_BOUNCE_READ, 6 KM_BOUNCE_WRITE, 7 KM_TYPE_NR 8 }; 9 10 #endif 11