aboutsummaryrefslogtreecommitdiff
path: root/arch/cris/include/asm/kmap_types.h
blob: d2d643c4ea592947cfdf440d3842345c0eff9b44 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ASM_KMAP_TYPES_H
#define _ASM_KMAP_TYPES_H

/* Dummy header just to define km_type.  None of this
 * is actually used on cris. 
 */

#include <asm-generic/kmap_types.h>

#endif