Initial commit
[kernel/linux-3.0.git] / include / compat / linux / printk.h
1 #ifndef _COMPAT_LINUX_PRINTK_H
2 #define _COMPAT_LINUX_PRINTK_H 1
3
4 #include <linux/version.h>
5
6 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,36))
7 #include_next <linux/printk.h>
8 #else
9 #include <linux/kernel.h>
10 #endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,35)) */
11
12 #endif  /* _COMPAT_LINUX_PRINTK_H */