1 #ifndef LINUX_3_5_COMPAT_H
2 #define LINUX_3_5_COMPAT_H
4 #include <linux/version.h>
7 #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0))
9 extern int simple_open(struct inode *inode, struct file *file);
11 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0)) */
13 #endif /* LINUX_3_5_COMPAT_H */