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