Move ipc calls to take a void*

This commit is contained in:
Drew Galbraith 2023-06-19 18:39:46 -07:00
parent 685070d65e
commit 27f540e9ae
5 changed files with 23 additions and 25 deletions

View file

@ -70,7 +70,7 @@ struct ZChannelCreateResp {
struct ZMessage {
uint64_t num_bytes;
uint8_t* bytes;
void* data;
uint64_t num_caps;
z_cap_t* caps;