URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [lib/] [include/] [sys/] [ioctl.h] - Rev 1765
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 */