Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ioctl.h « sys « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12e0cd22d72acfa137c7c57a4b63aea4f8958d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* libc/sys/linux/sys/ioctl.h - ioctl prototype */

/* Written 2000 by Werner Almesberger */


#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H

int ioctl(int fd,int request,...);

#endif