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: make the multiplication table more accurate
[usb.git]
/
include
/
asm-x86_64
/
kmap_types.h
blob
7486338c6cea86763f9d7e69eecc90e65a6fa251
1
#ifndef _ASM_KMAP_TYPES_H
2
#define _ASM_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_IRQ0
,
13
KM_IRQ1
,
14
KM_SOFTIRQ0
,
15
KM_SOFTIRQ1
,
16
KM_TYPE_NR
17
};
18
19
#endif