aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fuse_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-13 15:34:21 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-15 16:02:37 +0200
commit18e96021edb8f4de80626d7f50240964e37d570e (patch)
tree920bc3f7d064868bc4bfb21c8e6663bff1797c0d /sys/linux/fuse_arm.const
parent4a7f7fab1ecf47d82fc2b403b57d3cf9b5836398 (diff)
sys: move linux descriptions to sys/linux
Diffstat (limited to 'sys/linux/fuse_arm.const')
-rw-r--r--sys/linux/fuse_arm.const11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/linux/fuse_arm.const b/sys/linux/fuse_arm.const
new file mode 100644
index 000000000..82200437b
--- /dev/null
+++ b/sys/linux/fuse_arm.const
@@ -0,0 +1,11 @@
+# AUTOGENERATED FILE
+FUSE_DEV_IOC_CLONE = 2147804416
+S_IFBLK = 24576
+S_IFCHR = 8192
+S_IFDIR = 16384
+S_IFIFO = 4096
+S_IFLNK = 40960
+S_IFREG = 32768
+S_IFSOCK = 49152
+__NR_ioctl = 9437238
+__NR_write = 9437188