Simple IPC with pipes
This commit is contained in:
@ -5,6 +5,7 @@ enum {
|
||||
SYS_DEBUGPRINT = 1,
|
||||
SYS_PROCESSCTL = 2,
|
||||
SYS_IOCTL = 3,
|
||||
SYS_IPCPIPE = 4,
|
||||
};
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
Reference in New Issue
Block a user