Add MBus syscalls
This commit is contained in:
@ -39,5 +39,11 @@
|
||||
#define SYS_DEV_CMD 36
|
||||
#define SYS_DEV_DELHANDLE 39
|
||||
#define SYS_TIME 38
|
||||
#define SYS_IPC_MBUSMAKE 40
|
||||
#define SYS_IPC_MBUSDELETE 41
|
||||
#define SYS_IPC_MBUSPUBLISH 42
|
||||
#define SYS_IPC_MBUSCONSUME 43
|
||||
#define SYS_IPC_MBUSATTCH 44
|
||||
#define SYS_IPC_MBUSDTTCH 45
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
Reference in New Issue
Block a user