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