aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/kmap_types.h
blob: 5962b08b6dd8a6258cdeb646fd723a86c0b81cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __SH_KMAP_TYPES_H
#define __SH_KMAP_TYPES_H

/* Dummy header just to define km_type. */

#ifdef CONFIG_DEBUG_HIGHMEM
#define  __WITH_KM_FENCE
#endif

#include <asm-generic/kmap_types.h>

#undef __WITH_KM_FENCE

#endif