]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/alpha/include/asm/kmap_types.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / alpha / include / asm / kmap_types.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ASM_KMAP_TYPES_H
3#define _ASM_KMAP_TYPES_H
4
5/* Dummy header just to define km_type. */
6
1da177e4 7#ifdef CONFIG_DEBUG_HIGHMEM
e4c9dd0f 8#define __WITH_KM_FENCE
1da177e4
LT
9#endif
10
e4c9dd0f 11#include <asm-generic/kmap_types.h>
1da177e4 12
e4c9dd0f 13#undef __WITH_KM_FENCE
1da177e4
LT
14
15#endif