source: rtems/cpukit/sapi/src/iodata.c @ fd3a990

4.104.115
Last change on this file since fd3a990 was 9c556023, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/07 at 19:56:35

2007-05-29 Joel Sherrill <joel.sherrill@…>

  • sapi/Makefile.am, sapi/include/rtems/io.h, sapi/src/io.c: Split into one function per file execpt io.c which contains required initialization methods.
  • sapi/src/ioclose.c, sapi/src/iocontrol.c, sapi/src/iodata.c, sapi/src/ioinitialize.c, sapi/src/ioopen.c, sapi/src/ioread.c, sapi/src/ioregisterdriver.c, sapi/src/iounregisterdriver.c, sapi/src/iowrite.c: New files.
  • Property mode set to 100644
File size: 468 bytes
Line 
1/*
2 *  RTEMS Task Manager -- Instantiate Data
3 *
4 *  COPYRIGHT (c) 1989-2007.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#if HAVE_CONFIG_H
15#include "config.h"
16#endif
17
18/* instantiate RTEMS IO manager data */
19#define SAPI_IO_EXTERN
20
21#include <rtems/system.h>
22#include <rtems/io.h>
Note: See TracBrowser for help on using the repository browser.