who forgot to check in irq.h?
authorDavid Schleef <ds@schleef.org>
Tue, 9 Jan 2001 18:06:10 +0000 (18:06 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 9 Jan 2001 18:06:10 +0000 (18:06 +0000)
include/linux/irq.h [new file with mode: 0644]

diff --git a/include/linux/irq.h b/include/linux/irq.h
new file mode 100644 (file)
index 0000000..da00639
--- /dev/null
@@ -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 */
+
+
+
+