Simple IPC with pipes
This commit is contained in:
6
ulib/system/processctl.h
Normal file
6
ulib/system/processctl.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef ULIB_SYSTEM_PROCESSCTL_H_
|
||||
#define ULIB_SYSTEM_PROCESSCTL_H_
|
||||
|
||||
int32_t processctl(uint64_t pid, uint64_t cmd, void *extra);
|
||||
|
||||
#endif // ULIB_SYSTEM_PROCESSCTL_H_
|
Reference in New Issue
Block a user