Reimplement the terminal user access via separate syscalls
This commit is contained in:
10
kernel/syscall/term.h
Normal file
10
kernel/syscall/term.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef SYSCALL_TERM_H_
|
||||
#define SYSCALL_TERM_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "syscall/syscall.h"
|
||||
|
||||
int32_t SYSCALL2(sys_term_write, buffer1, len1);
|
||||
|
||||
#endif // SYSCALL_TERM_H_
|
||||
Reference in New Issue
Block a user