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 08c6deb..1f30d82 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -28,6 +28,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,13) +# define KERNEL_2_6_13_PLUS +# endif #endif #include "config.h" |