/* * linux/slab.h compatibility header */ #ifndef __COMPAT_LINUX_SLAB_H_ #define __COMPAT_LINUX_SLAB_H_ #include #if LINUX_VERSION_CODE < 0x020200 #include #else #include_next #endif #endif