From f35d2124c36f8d39a953b76620e081b79c2faffd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 14 Oct 2018 23:08:07 +0200 Subject: moved newlib specific stuff and similar into ./interface/ --- interface/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface/syscalls.h') 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 -- cgit v1.2.3