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

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


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

/* [<][>][^][v][top][bottom][index][help] */