URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [posix/] [src/] [devctl.c] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
/* * devctl.c,v 1.7 2001/01/24 14:17:28 joel Exp */ #if HAVE_CONFIG_H #include "config.h" #endif #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