From: David Schleef Date: Tue, 9 Jan 2001 18:06:10 +0000 (+0000) Subject: who forgot to check in irq.h? X-Git-Tag: r0_7_54~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f8349dcf2182aa5a9ac130a619c3b85bd0f90bf1;p=comedi.git who forgot to check in 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 */ + + + +