repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000: rename ICH8 flash macros
[linux-2.6/mini2440.git]
/
drivers
/
scsi
/
gdth_kcompat.h
blob
2a302eee669ab79d99764283b03298cc2b595493
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