Add MBus syscalls

This commit is contained in:
2025-11-11 23:44:43 +01:00
parent 4fe907a733
commit c2364fbd48
7 changed files with 113 additions and 5 deletions

View File

@ -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_