Rework the ioctl() syscall, clean up arguments
This commit is contained in:
@ -20,21 +20,4 @@ enum {
|
||||
IOCTL_F_MAKE = 1<<2,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
const char *path;
|
||||
int32_t flags;
|
||||
} IOCtlOF;
|
||||
|
||||
typedef struct {
|
||||
const uint8_t *const buffer;
|
||||
size_t len;
|
||||
size_t off;
|
||||
} IOCtlWF;
|
||||
|
||||
typedef struct {
|
||||
uint8_t *const buffer;
|
||||
size_t len;
|
||||
size_t off;
|
||||
} IOCtlRF;
|
||||
|
||||
#endif // SHARE_SYSDEFS_IOCTL_H_
|
||||
|
Reference in New Issue
Block a user