Rework the ioctl() syscall, clean up arguments
This commit is contained in:
@ -4,6 +4,6 @@
|
||||
#include <stdint.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int32_t SYSCALL3(sys_ioctl, ioh1, cmd1, optsptr1);
|
||||
int32_t SYSCALL5(sys_ioctl, ioh1, cmd1, arg1, arg2, arg3);
|
||||
|
||||
#endif // SYSCALL_IOCTL_H_
|
||||
|
Reference in New Issue
Block a user