Sign in
kunit
/
linux
/
d2adf4f65a70f94cbb3bb4dffd4bbc70cc383071
/
.
/
include
/
asm-arm26
/
kmap_types.h
blob: d5da712b723c033df62ecc777d31472676b3a0fd [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
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_IRQ0
,
9
KM_USER1
10
};
11
12
#endif