From f8349dcf2182aa5a9ac130a619c3b85bd0f90bf1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 9 Jan 2001 18:06:10 +0000 Subject: [PATCH] who forgot to check in irq.h? --- include/linux/irq.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/linux/irq.h diff --git a/include/linux/irq.h b/include/linux/irq.h new file mode 100644 index 00000000..da006399 --- /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 + +#if LINUX_VERSION_CODE < 0x020300 +#include +#else +#include_next +#endif + + +#endif /* _COMPAT_IRQ_H */ + + + + -- 2.26.2