From: David Schleef Date: Sat, 1 Dec 2001 00:34:53 +0000 (+0000) Subject: Linux-2.4 prefers slab.h X-Git-Tag: r0_7_62~89 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e962f044b6ca19309a48b853dbe639ed83bef237;p=comedi.git Linux-2.4 prefers slab.h --- diff --git a/include/linux/slab.h b/include/linux/slab.h new file mode 100644 index 00000000..ec2453a4 --- /dev/null +++ b/include/linux/slab.h @@ -0,0 +1,17 @@ +/* + * linux/slab.h compatibility header + */ + +#ifndef __COMPAT_LINUX_SLAB_H_ +#define __COMPAT_LINUX_SLAB_H_ + +#include + +#if LINUX_VERSION_CODE < 0x020400 +#include +#else +#include_next +#endif + +#endif +