Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / drivers / scsi / gdth_kcompat.h
1 #ifndef IRQ_HANDLED
2 typedef void irqreturn_t;
3 #define IRQ_NONE
4 #define IRQ_HANDLED
5 #endif
6
7 #ifndef MODULE_LICENSE
8 #define MODULE_LICENSE(x)
9 #endif
10
11 #ifndef __iomem
12 #define __iomem
13 #endif
14
15 #ifndef __attribute_used__
16 #define __attribute_used__      __devinitdata
17 #endif
18
19 #ifndef __user
20 #define __user
21 #endif
22
23 #ifndef SERVICE_ACTION_IN
24 #define SERVICE_ACTION_IN       0x9e
25 #endif
26 #ifndef READ_16
27 #define READ_16                 0x88
28 #endif
29 #ifndef WRITE_16
30 #define WRITE_16                0x8a
31 #endif