Move to new processctl syscall, share common kernel and ulib headers
This commit is contained in:
9
share/hdrs/syscall.h
Normal file
9
share/hdrs/syscall.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef SHARE_HDRS_SYSCALL_H_
|
||||
#define SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
enum {
|
||||
SYS_DEBUGPRINT = 1,
|
||||
SYS_PROCESSCTL = 2,
|
||||
};
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
Reference in New Issue
Block a user