OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [posix/] [src/] [devctl.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 158 chris
/*
2 208 chris
 *  $Id: devctl.c,v 1.2 2001-09-27 11:59:17 chris Exp $
3 158 chris
 */
4
 
5
#include <devctl.h>
6
 
7
#include <rtems/system.h>
8
 
9
/*PAGE
10
 *
11
 *  21.2.1 Control a Device, P1003.4b/D8, p. 65
12
 */
13
 
14
int devctl(
15
  int     filedes,
16
  void   *dev_data_ptr,
17
  size_t  nbyte,
18
  int    *dev_info_ptr
19
)
20
{
21
  return POSIX_NOT_IMPLEMENTED();
22
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.