Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.18-rc6 31 lines 459 B view raw
1#ifndef IRQ_HANDLED 2typedef 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