Add: Starting kernel repos
This commit is contained in:
7
src/syscall.h
Normal file
7
src/syscall.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SYSCALL_H
|
||||
#define SYSCALL_H
|
||||
|
||||
int write(int fd, void *buf);
|
||||
int keyboard(void);
|
||||
|
||||
#endif /* !SYSCALL_H */
|
Reference in New Issue
Block a user