Simple IPC with pipes
This commit is contained in:
@ -4,7 +4,5 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void debugprint(const char *string);
|
||||
int32_t processctl(uint64_t pid, uint64_t cmd, void *extra);
|
||||
int32_t ioctl(uint64_t ioh, uint64_t cmd, void *extra);
|
||||
|
||||
#endif // ULIB_SYSTEM_SYSTEM_H_
|
||||
|
Reference in New Issue
Block a user