view osdep/kerneltwosix.h @ 15572:5d738acd664c

support DVR format
author reimar
date Thu, 26 May 2005 11:23:15 +0000 (2005-05-26)
parents e0b096f0e640
children
line wrap: on
line source
#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