URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [posix/] [src/] [devctl.c] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
/* * $Id: devctl.c,v 1.2 2001-09-27 11:59:17 chris Exp $ */ #include <devctl.h> #include <rtems/system.h> /*PAGE * * 21.2.1 Control a Device, P1003.4b/D8, p. 65 */ int devctl( int filedes, void *dev_data_ptr, size_t nbyte, int *dev_info_ptr ) { return POSIX_NOT_IMPLEMENTED(); }
Go to most recent revision | Compare with Previous | Blame | View Log