kmap_types.h 159 B

1234567891011
  1. #ifndef _ASM_GENERIC_KMAP_TYPES_H
  2. #define _ASM_GENERIC_KMAP_TYPES_H
  3. #ifdef __WITH_KM_FENCE
  4. # define KM_TYPE_NR 41
  5. #else
  6. # define KM_TYPE_NR 20
  7. #endif
  8. #endif