RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm26 / kmap_types.h
blobd5da712b723c033df62ecc777d31472676b3a0fd
1 #ifndef __ARM_KMAP_TYPES_H
2 #define __ARM_KMAP_TYPES_H
4 /*
5 * This is the "bare minimum". AIO seems to require this.
6 */
7 enum km_type {
8 KM_IRQ0,
9 KM_USER1
12 #endif