diff options
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r-- | kernel/fuse_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index dced449..fbebe7f 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -31,6 +31,9 @@ # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10) # define KERNEL_2_6_10_PLUS # endif +# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,11) +# define KERNEL_2_6_11_PLUS +# endif # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12) # define KERNEL_2_6_12_PLUS # endif |