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 
14 int ioctl(int fd, unsigned int request, unsigned long arg);
15 
16 #endif
int ioctl(int fd, unsigned int request, unsigned long arg)
Perform device-specific control.
Definition: file.c:60