URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [ioctl.h] - Rev 1765
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 int ioctl(int fd,int request,...); #endif