repo.or.cz
/
usb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sched: s/sched_latency/sched_min_granularity
[usb.git]
/
include
/
asm-sparc64
/
kmap_types.h
blob
34c1d3d9a3b0cb30ae0d19502d88a6ee82069977
1
#ifndef _ASM_KMAP_TYPES_H
2
#define _ASM_KMAP_TYPES_H
3
4
/* Dummy header just to define km_type. None of this
5
* is actually used on sparc64. -DaveM
6
*/
7
8
enum
km_type
{
9
KM_BOUNCE_READ
,
10
KM_SKB_SUNRPC_DATA
,
11
KM_SKB_DATA_SOFTIRQ
,
12
KM_USER0
,
13
KM_USER1
,
14
KM_BIO_SRC_IRQ
,
15
KM_BIO_DST_IRQ
,
16
KM_PTE0
,
17
KM_PTE1
,
18
KM_IRQ0
,
19
KM_IRQ1
,
20
KM_SOFTIRQ0
,
21
KM_SOFTIRQ1
,
22
KM_TYPE_NR
23
};
24
25
#endif