#ifndef LINUX_26_COMPAT_H #define LINUX_26_COMPAT_H #include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0)) #include #elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)) #include #else #include #endif #include /* * Each compat file represents compatibility code for new kernel * code introduced for *that* kernel revision. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif /* LINUX_26_COMPAT_H */