Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
sys
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
ioctl
int ioctl(int fd, unsigned long request,...)
Perform device-specific control.
Definition:
file.c:147
Generated by
1.9.1