From 1fae1c6b7c7b19863d5bb1d4503143c38f07c10c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Dec 2008 22:47:55 +0000 Subject: 2008-12-17 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. --- c/src/optman/sapi/no-io.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'c/src/optman/sapi/no-io.c') 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 #include -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) { } -- cgit v1.2.3