stuff
This commit is contained in:
6
TTOS/include/syscall.h
Normal file
6
TTOS/include/syscall.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _SYSCALL_H
|
||||
#define _SYSCALL_H
|
||||
|
||||
long system_call(long n, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user