From 999d3ea4e03b435a062eca30e08cc65525822d04 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 25 Jun 2020 18:33:18 +0200 Subject: sys/linux: add initial support for riscv64 Signed-off-by: Tobias Klauser --- sys/linux/fanotify_riscv64.const | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 sys/linux/fanotify_riscv64.const (limited to 'sys/linux/fanotify_riscv64.const') diff --git a/sys/linux/fanotify_riscv64.const b/sys/linux/fanotify_riscv64.const new file mode 100644 index 000000000..df42fda9a --- /dev/null +++ b/sys/linux/fanotify_riscv64.const @@ -0,0 +1,40 @@ +# AUTOGENERATED FILE +FAN_ACCESS = 1 +FAN_ACCESS_PERM = 131072 +FAN_CLASS_CONTENT = 4 +FAN_CLASS_NOTIF = 0 +FAN_CLASS_PRE_CONTENT = 8 +FAN_CLOEXEC = 1 +FAN_CLOSE_NOWRITE = 16 +FAN_CLOSE_WRITE = 8 +FAN_ENABLE_AUDIT = 64 +FAN_EVENT_ON_CHILD = 134217728 +FAN_MARK_ADD = 1 +FAN_MARK_DONT_FOLLOW = 4 +FAN_MARK_FLUSH = 128 +FAN_MARK_IGNORED_MASK = 32 +FAN_MARK_IGNORED_SURV_MODIFY = 64 +FAN_MARK_MOUNT = 16 +FAN_MARK_ONLYDIR = 8 +FAN_MARK_REMOVE = 2 +FAN_MODIFY = 2 +FAN_NONBLOCK = 2 +FAN_ONDIR = 1073741824 +FAN_OPEN = 32 +FAN_OPEN_EXEC = 4096 +FAN_OPEN_EXEC_PERM = 262144 +FAN_OPEN_PERM = 65536 +FAN_UNLIMITED_MARKS = 32 +FAN_UNLIMITED_QUEUE = 16 +O_APPEND = 1024 +O_CLOEXEC = 524288 +O_DSYNC = 4096 +O_LARGEFILE = 32768 +O_NOATIME = 262144 +O_NONBLOCK = 2048 +O_RDONLY = 0 +O_RDWR = 2 +O_SYNC = 1052672 +O_WRONLY = 1 +__NR_fanotify_init = 262 +__NR_fanotify_mark = 263 -- cgit mrf-deployment