URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [ioctl.h] - Rev 816
Compare with Previous | Blame | View Log
/* libc/sys/linux/sys/ioctl.h - ioctl prototype */ /* Written 2000 by Werner Almesberger */ #ifndef _SYS_IOCTL_H #define _SYS_IOCTL_H #include <bits/ioctls.h> int ioctl(int fd,int request,...); #endif