[Mammoth] Add Channel object for simple IPC messages

This commit is contained in:
Drew Galbraith 2023-06-07 09:37:16 -07:00
parent 65439c163a
commit 40b21d9c75
8 changed files with 116 additions and 30 deletions

View file

@ -7,7 +7,9 @@
#define Z_ERR_INVALID 0x2
#define Z_ERR_DENIED 0x3
#define Z_ERR_UNIMPLEMENTED 0x4
#define Z_ERR_BUFF_SIZE 0x05
#define Z_ERR_BUFF_SIZE 005
#define Z_ERR_NULL 0x6
#define Z_ERR_EXISTS 0x7
#define Z_ERR_CAP_NOT_FOUND 0x100
#define Z_ERR_CAP_TYPE 0x101