A update
This commit is contained in:
8
include/kernel/syscalls.h
Normal file
8
include/kernel/syscalls.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _SYSCALLS_H
|
||||
#define _SYSCALLS_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int16_t syscall_write(int32_t fd, const void* buffer, int32_t length);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user