kmap_types.h 198 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_GENERIC_KMAP_TYPES_H
  3. #define _ASM_GENERIC_KMAP_TYPES_H
  4. #ifdef __WITH_KM_FENCE
  5. # define KM_TYPE_NR 41
  6. #else
  7. # define KM_TYPE_NR 20
  8. #endif
  9. #endif