Simple file IO with the ioctl syscall
This commit is contained in:
9
kernel/syscall/ioctl.h
Normal file
9
kernel/syscall/ioctl.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef SYSCALL_IOCTL_H_
|
||||
#define SYSCALL_IOCTL_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int32_t SYSCALL3(sys_ioctl, ioh1, cmd1, optsptr1);
|
||||
|
||||
#endif // SYSCALL_IOCTL_H_
|
Reference in New Issue
Block a user