#ifndef __LINUX_RCULIST_WRAPPER_H #define __LINUX_RCULIST_WRAPPER_H #include #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) #include_next #else /* Prior to 2.6.26, the contents of rculist.h were part of list.h. */ #include #endif #endif