aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/port/arch/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/port/arch/constants.h')
-rw-r--r--sys/linux/port/arch/constants.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/linux/port/arch/constants.h b/sys/linux/port/arch/constants.h
new file mode 100644
index 0000000..dce0489
--- /dev/null
+++ b/sys/linux/port/arch/constants.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#define sys·Ocreate 0x40u
+#define sys·Onotty 0x100u
+#define sys·Otrunc 0x200u
+#define sys·Oappend 0x400u
+#define sys·Onoblock 0x800u
+#define sys·Osync 0x1000u
+#define sys·Oasync 0x2000u
+#define sys·Odirectory 0x10000u
+#define sys·Onofollow 0x20000u