10 lines
200 B
C
10 lines
200 B
C
#ifndef SYSCALL_PROCESSCTL_H_
|
|
#define SYSCALL_PROCESSCTL_H_
|
|
|
|
#include <stdint.h>
|
|
#include "syscall.h"
|
|
|
|
int32_t SYSCALL5(sys_processctl, pid1, cmd1, arg1, arg2, arg3);
|
|
|
|
#endif // SYSCALL_PROCESSCTL_H_
|