Move to new processctl syscall, share common kernel and ulib headers
This commit is contained in:
9
kernel/syscall/processctl.h
Normal file
9
kernel/syscall/processctl.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef SYSCALL_PROCESSCTL_H_
|
||||
#define SYSCALL_PROCESSCTL_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int32_t SYSCALL3(sys_processctl, pid1, cmd1, optsptr1);
|
||||
|
||||
#endif // SYSCALL_PROCESSCTL_H_
|
Reference in New Issue
Block a user