Rework shared headers
This commit is contained in:
10
share/sysdefs/syscall.h
Normal file
10
share/sysdefs/syscall.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef SHARE_HDRS_SYSCALL_H_
|
||||
#define SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
enum {
|
||||
SYS_DEBUGPRINT = 1,
|
||||
SYS_PROCESSCTL = 2,
|
||||
SYS_IOCTL = 3,
|
||||
};
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
Reference in New Issue
Block a user