MentOS  0.8.0
The Mentoring Operating System
ioctl.h
Go to the documentation of this file.
1 
6 #pragma once
7 
14 int sys_ioctl(int fd, int request, void *data);
int sys_ioctl(int fd, int request, void *data)
Manipulates the underlying device parameters of special files, or operating characteristics of charac...
Definition: ioctl.c:13