linux/arch/arm/include/asm/kmap_types.h
<<
>>
Prefs
   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
  11