special usb hub handling, IDE disks, and retries all over the place
[linux-2.4.git] / include / asm-x86_64 / kmap_types.h
1 #ifndef _ASM_KMAP_TYPES_H
2 #define _ASM_KMAP_TYPES_H
3
4 enum km_type {
5         KM_BOUNCE_READ,
6         KM_SKB_DATA,
7         KM_SKB_DATA_SOFTIRQ,
8         KM_USER0,
9         KM_USER1,
10         KM_SOFTIRQ0,
11         KM_SOFTIRQ1,
12         KM_TYPE_NR
13 };
14
15 #endif