linux-surface/kernel/arch/arm/include/asm/kmap_types.h
2017-11-05 21:38:20 -05:00

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