]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - arch/arm/include/asm/kmap_types.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.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