diff options
| author | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
| commit | f35d2124c36f8d39a953b76620e081b79c2faffd (patch) | |
| tree | 216e3a75841acc69672bf5640cc2f86e93e1ba37 /interface/syscalls.h | |
| parent | 2a6690e9fd53a02613796764248006e06ac482d6 (diff) | |
moved newlib specific stuff and similar into ./interface/
Diffstat (limited to 'interface/syscalls.h')
| -rw-r--r-- | interface/syscalls.h | 2 |
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 |
