summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-17 22:47:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-17 22:47:55 +0000
commit1fae1c6b7c7b19863d5bb1d4503143c38f07c10c (patch)
tree8d2994651e160cb93c743d1b674260c9b120e6bd /c/src/optman/sapi
parent2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1fae1c6b7c7b19863d5bb1d4503143c38f07c10c.tar.bz2
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.
Diffstat (limited to 'c/src/optman/sapi')
-rw-r--r--c/src/optman/sapi/no-ext.c6
-rw-r--r--c/src/optman/sapi/no-io.c8
2 files changed, 4 insertions, 10 deletions
diff --git a/c/src/optman/sapi/no-ext.c b/c/src/optman/sapi/no-ext.c
index d609b9dbc8..7c463fffe0 100644
--- a/c/src/optman/sapi/no-ext.c
+++ b/c/src/optman/sapi/no-ext.c
@@ -2,7 +2,7 @@
* Extension Manager
*
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -20,8 +20,6 @@
#include <rtems/extension.h>
#include <rtems/score/interr.h>
-void _Extension_Manager_initialization(
- uint32_t maximum_extensions
-)
+void _Extension_Manager_initialization(void)
{
}
diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
index ea0b4b66b2..647524bc6c 100644
--- a/c/src/optman/sapi/no-io.c
+++ b/c/src/optman/sapi/no-io.c
@@ -2,7 +2,7 @@
* Input/Output Manager
*
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,11 +19,7 @@
#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_Manager_initialization(void)
{
}