summaryrefslogblamecommitdiffstats
path: root/c/src/optman/sapi/no-io.c
blob: ea0b4b66b2fe4ee04ac8d758a16254cc9c48cccd (plain) (tree)
1
2
3
4
5
6
7
8
9



                        
                            
                                                    
  

                                                           
                                         




                         
                               
                     

                               
                               
 

                                           
                                               
                                               



 


                                       
/*
 *  Input/Output Manager
 *
 *
 *  COPYRIGHT (c) 1989-1999.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/io.h>
#include <rtems/score/isr.h>
#include <rtems/score/thread.h>
#include <rtems/score/interr.h>

void _IO_Manager_initialization(
  rtems_driver_address_table *driver_table,
  uint32_t                    drivers_in_table,
  uint32_t                    number_of_drivers
)
{
}

void _IO_Initialize_all_drivers( void )
{
}