repo.or.cz
/
linux-2.6
/
openmoko-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MTD] [NAND] Remove debugging cruft from CAFÉ NAND driver.
[linux-2.6/openmoko-kernel.git]
/
include
/
asm-arm26
/
kmap_types.h
blob
d5da712b723c033df62ecc777d31472676b3a0fd
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