Samsung Internal API reference  2.0
ioctl.h
Go to the documentation of this file.
1 
9 #ifndef _SYS_IOCTL
10 #define _SYS_IOCTL
11 
29 extern int ioctl(int fd, int request, unsigned long data);
30 
31 #endif /* _SYS_IOCTL */
32 
int ioctl(int fd, int request, unsigned long data)
Manipulates the underlying device parameters of special files.