aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/inotify_riscv64.const
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-06-25 18:33:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-26 16:41:30 +0200
commit999d3ea4e03b435a062eca30e08cc65525822d04 (patch)
tree90fc58b4e6b5ee8d328709e209a576790b1b6c72 /sys/linux/inotify_riscv64.const
parenta8829ad2746642ba151c28604c4e77744f8853f2 (diff)
sys/linux: add initial support for riscv64
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sys/linux/inotify_riscv64.const')
-rw-r--r--sys/linux/inotify_riscv64.const28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys/linux/inotify_riscv64.const b/sys/linux/inotify_riscv64.const
new file mode 100644
index 000000000..e6cb77f45
--- /dev/null
+++ b/sys/linux/inotify_riscv64.const
@@ -0,0 +1,28 @@
+# AUTOGENERATED FILE
+# INOTIFY_IOC_SETNEXTWD is not set
+IN_ACCESS = 1
+IN_ATTRIB = 4
+IN_CLOEXEC = 524288
+IN_CLOSE_NOWRITE = 16
+IN_CLOSE_WRITE = 8
+IN_CREATE = 256
+IN_DELETE = 512
+IN_DELETE_SELF = 1024
+IN_DONT_FOLLOW = 33554432
+IN_EXCL_UNLINK = 67108864
+IN_ISDIR = 1073741824
+IN_MASK_ADD = 536870912
+IN_MASK_CREATE = 268435456
+IN_MODIFY = 2
+IN_MOVED_FROM = 64
+IN_MOVED_TO = 128
+IN_MOVE_SELF = 2048
+IN_NONBLOCK = 2048
+IN_ONESHOT = 2147483648
+IN_ONLYDIR = 16777216
+IN_OPEN = 32
+__NR_inotify_add_watch = 27
+# __NR_inotify_init is not set
+__NR_inotify_init1 = 26
+__NR_inotify_rm_watch = 28
+__NR_ioctl = 29