diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fuse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 608e300..abde994 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -203,6 +203,10 @@ enum fuse_opcode { FUSE_IOCTL = 39, }; +enum fuse_notify_code { + FUSE_NOTIFY_CODE_MAX, +}; + /* The read buffer is required to be at least 8k, but may be much larger */ #define FUSE_MIN_READ_BUFFER 8192 |