From 4c98a3ea294f3eb0cbaae4153c47eb45728613ac Mon Sep 17 00:00:00 2001 From: Christopher Kerl Date: Fri, 7 Dec 2012 09:49:54 -0500 Subject: sapi misc: Clean up Doxygen GCI task #1 http://www.google-melange.com/gci/task/view/google/gci2012/8011204 --- cpukit/sapi/src/io.c | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'cpukit/sapi/src/io.c') diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c index 47793c3036..e01417bfe4 100644 --- a/cpukit/sapi/src/io.c +++ b/cpukit/sapi/src/io.c @@ -1,6 +1,12 @@ -/* - * Input/Output Manager - Initialize Device Driver Subsystem +/** + * @file + * + * @brief Initialization of Device Drivers * + * @ingroup ClassicIO + */ + +/* * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * @@ -22,15 +28,6 @@ #include -/* - * _IO_Manager_initialization - * - * The IO manager has been extended to support runtime driver - * registration. The driver table is now allocated in the - * workspace. - * - */ - void _IO_Manager_initialization(void) { uint32_t index; @@ -80,16 +77,6 @@ void _IO_Manager_initialization(void) _IO_Driver_address_table[index] = driver_table[index]; } -/* - * _IO_Initialize_all_drivers - * - * This routine initializes all device drivers - * - * Input Paramters: NONE - * - * Output Parameters: NONE - */ - void _IO_Initialize_all_drivers( void ) { rtems_device_major_number major; -- cgit v1.2.3