projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9759462
)
who forgot to check in irq.h?
author
David Schleef
<ds@schleef.org>
Tue, 9 Jan 2001 18:06:10 +0000
(18:06 +0000)
committer
David Schleef
<ds@schleef.org>
Tue, 9 Jan 2001 18:06:10 +0000
(18:06 +0000)
include/linux/irq.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/linux/irq.h
b/include/linux/irq.h
new file mode 100644
(file)
index 0000000..
da00639
--- /dev/null
+++ b/
include/linux/irq.h
@@ -0,0
+1,21
@@
+/*
+ * linux/irq.h compatibility header
+ */
+
+#ifndef _COMPAT_IRQ_H
+#define _COMPAT_IRQ_H
+
+#include <linux/version.h>
+
+#if LINUX_VERSION_CODE < 0x020300
+#include <asm/irq.h>
+#else
+#include_next <linux/irq.h>
+#endif
+
+
+#endif /* _COMPAT_IRQ_H */
+
+
+
+