summaryrefslogtreecommitdiff
path: root/interface/syscalls.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-14 23:08:07 +0200
committerMiguel <m.i@gmx.at>2018-10-14 23:08:07 +0200
commitf35d2124c36f8d39a953b76620e081b79c2faffd (patch)
tree216e3a75841acc69672bf5640cc2f86e93e1ba37 /interface/syscalls.h
parent2a6690e9fd53a02613796764248006e06ac482d6 (diff)
moved newlib specific stuff and similar into ./interface/
Diffstat (limited to 'interface/syscalls.h')
-rw-r--r--interface/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/syscalls.h b/interface/syscalls.h
index e758fd9..1595c2d 100644
--- a/interface/syscalls.h
+++ b/interface/syscalls.h
@@ -26,5 +26,7 @@
#define SYSCALL_GUI_RECT 87
#define SYSCALL_GUI_WIN 88
#define SYSCALL_SELECT 89
+#define SYSCALL_TCGETATTR 90
+#define SYSCALL_TCSETATTR 91
#define SYSCALL_UNIMPLEMENTED 255