Reimplement the terminal user access via separate syscalls
This commit is contained in:
@ -4,8 +4,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#define DEV_TERMDEV_PUTCH 0
|
||||
|
||||
#define DEV_SERIALDEV_SENDB 0
|
||||
#define DEV_SERIALDEV_SENDREADY 1
|
||||
#define DEV_SERIALDEV_RECVB 2
|
||||
|
||||
@ -45,5 +45,6 @@
|
||||
#define SYS_IPC_MBUSCONSUME 43
|
||||
#define SYS_IPC_MBUSATTCH 44
|
||||
#define SYS_IPC_MBUSDTTCH 45
|
||||
#define SYS_TERM_WRITE 46
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
Reference in New Issue
Block a user