summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/kmap_types.h
blob: d92d81b203f422bcda8e3be21f5eef5d57b0bc0a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ASM_KMAP_TYPES_H
#define _ASM_KMAP_TYPES_H

enum km_type {
	KM_BOUNCE_READ,
	KM_BOUNCE_WRITE,
	KM_TYPE_NR
};

#endif