Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
ioctl.h
Go to the documentation of this file.
1 
4 #ifndef __IOCTL_H__
5 #define __IOCTL_H__
6 
15 int ioctl(int fd, unsigned long request, ...);
16 
17 #endif
int ioctl(int fd, unsigned long request,...)
Perform device-specific control.
Definition: file.c:147