repo.or.cz
/
linux-2.6
/
kmemtrace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
slob: fix memory corruption
[linux-2.6/kmemtrace.git]
/
include
/
asm-v850
/
kmap_types.h
blob
3288976b161f52b18a278a42d2d66980d78fe875
1
#ifndef __V850_KMAP_TYPES_H__
2
#define __V850_KMAP_TYPES_H__
3
4
enum
km_type
{
5
KM_BOUNCE_READ
,
6
KM_SKB_SUNRPC_DATA
,
7
KM_SKB_DATA_SOFTIRQ
,
8
KM_USER0
,
9
KM_USER1
,
10
KM_BIO_SRC_IRQ
,
11
KM_BIO_DST_IRQ
,
12
KM_PTE0
,
13
KM_PTE1
,
14
KM_IRQ0
,
15
KM_IRQ1
,
16
KM_TYPE_NR
17
};
18
19
#endif
/* __V850_KMAP_TYPES_H__ */