aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/port/arch/constants.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-17 10:19:58 -0800
committerNicholas <nbnoll@eml.cc>2021-11-17 10:19:58 -0800
commit8d60b38fbe778de30c3a1751b35d8e366882cd01 (patch)
tree51ef447e52fac0cb6f46b4a854e4e7f4f946a29c /sys/linux/port/arch/constants.h
parentb27936eb5a877fada8e6edf939e1acb5da535712 (diff)
update: sys
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