#ifndef _COMPAT_SLAB_H #define _COMPAT_SLAB_H #include #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,2,0)) #include #else #include_next #endif #endif /* _COMPAT_SLAB_H */