source: rtems/c/src/optman/sapi/no-io.c @ 1fae1c6b

4.104.115
Last change on this file since 1fae1c6b was 1fae1c6b, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/08 at 22:47:55

2008-12-17 Joel Sherrill <joel.sherrill@…>

  • optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and SuperCore? Handler initialization routines to directly pull parameters from configuration table.
  • Property mode set to 100644
File size: 556 bytes
Line 
1/*
2 *  Input/Output Manager
3 *
4 *
5 *  COPYRIGHT (c) 1989-2008.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.rtems.com/license/LICENSE.
11 *
12 *  $Id$
13 */
14
15#include <rtems/system.h>
16#include <rtems/rtems/status.h>
17#include <rtems/io.h>
18#include <rtems/score/isr.h>
19#include <rtems/score/thread.h>
20#include <rtems/score/interr.h>
21
22void _IO_Manager_initialization(void)
23{
24}
25
26void _IO_Initialize_all_drivers( void )
27{
28}
Note: See TracBrowser for help on using the repository browser.