URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [ioctl.h] - Rev 1765
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _SYS_IOCTL_H #define _SYS_IOCTL_H #include <linux/ioctl.h> #include <features.h> #include <termios.h> #include <sys/socketio.h> __BEGIN_DECLS extern int ioctl __P ((int __fildes, int __cmd, ...)); extern int __ioctl __P ((int __fildes, int __cmd, ...)); __END_DECLS #endif
Go to most recent revision | Compare with Previous | Blame | View Log