Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Leubner, Achim | cbd5f69 | 2006-06-09 11:34:29 -0700 | [diff] [blame] | 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |