7 lines
167 B
C
7 lines
167 B
C
#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_
|