MentOS  0.8.0
The Mentoring Operating System
ioctl.h
Go to the documentation of this file.
1 
6 #pragma once
7 
14 int ioctl(int fd, unsigned long int request, void *data);
int ioctl(int fd, unsigned long int request, void *data)
Perform the I/O control operation specified by REQUEST on FD. One argument may follow; its presence a...