From 18e96021edb8f4de80626d7f50240964e37d570e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 15:34:21 +0200 Subject: sys: move linux descriptions to sys/linux --- sys/linux/fuse_arm.const | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/linux/fuse_arm.const (limited to 'sys/linux/fuse_arm.const') 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 -- cgit mrf-deployment