1
0
Fork 0
alistair23-linux/arch/arm/include/asm/kmap_types.h

11 lines
190 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ARM_KMAP_TYPES_H
#define __ARM_KMAP_TYPES_H
/*
* This is the "bare minimum". AIO seems to require this.
*/
#define KM_TYPE_NR 16
#endif