aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/linux
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/linux')
-rw-r--r--kernel/linux/fuse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/linux/fuse.h b/kernel/linux/fuse.h
index f5f7405..ea640e9 100644
--- a/kernel/linux/fuse.h
+++ b/kernel/linux/fuse.h
@@ -17,6 +17,12 @@
/** The node ID of the root inode */
#define FUSE_ROOT_ID 1
+/** The major number of the fuse character device */
+#define FUSE_MAJOR 10
+
+/** The minor number of the fuse character device */
+#define FUSE_MINOR 229
+
/** Opening this will yield a new control file */
#define FUSE_DEV "/dev/fuse"