repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIPS] Delete unused prom_getchar implementations.
[linux-2.6/linux-mips.git]
/
include
/
asm-arm
/
kmap_types.h
blob
45def13ee17a5fc4150a92173f57f556679faee5
1
#ifndef __ARM_KMAP_TYPES_H
2
#define __ARM_KMAP_TYPES_H
3
4
/*
5
* This is the "bare minimum". AIO seems to require this.
6
*/
7
enum
km_type
{
8
KM_BOUNCE_READ
,
9
KM_SKB_SUNRPC_DATA
,
10
KM_SKB_DATA_SOFTIRQ
,
11
KM_USER0
,
12
KM_USER1
,
13
KM_BIO_SRC_IRQ
,
14
KM_BIO_DST_IRQ
,
15
KM_PTE0
,
16
KM_PTE1
,
17
KM_IRQ0
,
18
KM_IRQ1
,
19
KM_SOFTIRQ0
,
20
KM_SOFTIRQ1
,
21
KM_TYPE_NR
22
};
23
24
#endif