forked from Imagelibrary/rtems
2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
|
* optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* Extension Manager
|
* Extension Manager
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-2008.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -20,8 +20,6 @@
|
|||||||
#include <rtems/extension.h>
|
#include <rtems/extension.h>
|
||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
void _Extension_Manager_initialization(
|
void _Extension_Manager_initialization(void)
|
||||||
uint32_t maximum_extensions
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* Input/Output Manager
|
* Input/Output Manager
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-2008.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -19,11 +19,7 @@
|
|||||||
#include <rtems/score/thread.h>
|
#include <rtems/score/thread.h>
|
||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
void _IO_Manager_initialization(
|
void _IO_Manager_initialization(void)
|
||||||
rtems_driver_address_table *driver_table,
|
|
||||||
uint32_t drivers_in_table,
|
|
||||||
uint32_t number_of_drivers
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user