summaryrefslogtreecommitdiffstats
path: root/osdep/kerneltwosix.h
blob: dcb808d93435a10e5ebdc9e4ed77526b262170ea (plain)
1
2
3
4
5
6
7
8
9
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
#define __KERNEL__
#include <linux/thread_info.h>
#include <linux/list.h>
#undef __KERNEL__
#endif