Simple IPC with pipes
This commit is contained in:
9
ulib/system/ipcpipe.h
Normal file
9
ulib/system/ipcpipe.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef ULIB_SYSTEM_IPCPIPE_H_
|
||||
#define ULIB_SYSTEM_IPCPIPE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
int32_t ipcpipe(uint64_t pid, uint64_t pipenum, uint64_t cmd, uint8_t *buffer, size_t len);
|
||||
|
||||
#endif // ULIB_SYSTEM_IPCPIPE_H_
|
Reference in New Issue
Block a user