Merge tag 'enforcement-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / alpha / include / asm / kmap_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_KMAP_TYPES_H
3 #define _ASM_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