]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/sh/include/asm/kmap_types.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / sh / include / asm / kmap_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SH_KMAP_TYPES_H
3 #define __SH_KMAP_TYPES_H
4
5 /* Dummy header just to define km_type. */
6
7 #ifdef CONFIG_DEBUG_HIGHMEM
8 #define __WITH_KM_FENCE
9 #endif
10
11 #include <asm-generic/kmap_types.h>
12
13 #undef __WITH_KM_FENCE
14
15 #endif