Merge tag 'mmc-v4.14-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[sfrench/cifs-2.6.git] / arch / arm / include / asm / kmap_types.h
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