/arch/powerpc/include/asm/kmap_types.h

http://github.com/mirrors/linux · C Header · 13 lines · 6 code · 4 blank · 3 comment · 0 complexity · 876497b86bf267c69fd195e1084ffca5 MD5 · raw file

  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. #ifndef _ASM_POWERPC_KMAP_TYPES_H
  3. #define _ASM_POWERPC_KMAP_TYPES_H
  4. #ifdef __KERNEL__
  5. /*
  6. */
  7. #define KM_TYPE_NR 16
  8. #endif /* __KERNEL__ */
  9. #endif /* _ASM_POWERPC_KMAP_TYPES_H */