URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [include/] [sys/] [ioctl.h] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* * $Id: ioctl.h,v 1.2 2001-09-27 11:59:35 chris Exp $ */ #ifndef __SYS_IOCTL_h__ #define __SYS_IOCTL_h__ /* Functions */ int ioctl( int fd, int request, ... ); #endif /* end of include file */
Go to most recent revision | Compare with Previous | Blame | View Log