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

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __ARM_KMAP_TYPES_H
   3 #define __ARM_KMAP_TYPES_H
   4 
   5 /*
   6  * This is the "bare minimum".  AIO seems to require this.
   7  */
   8 #define KM_TYPE_NR 16
   9 
  10 #endif

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