From cefc9aea6b8ccb5f634ba5d0389a44bbe180f0ca Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sat, 15 Dec 2012 07:23:36 -0500 Subject: libcsupport: Doxygen Enhancement Task #8 http://www.google-melange.com/gci/task/view/google/gci2012/7996208 --- cpukit/libcsupport/src/libio_init.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'cpukit/libcsupport/src/libio_init.c') diff --git a/cpukit/libcsupport/src/libio_init.c b/cpukit/libcsupport/src/libio_init.c index 9e767c58b0..3496b59b5e 100644 --- a/cpukit/libcsupport/src/libio_init.c +++ b/cpukit/libcsupport/src/libio_init.c @@ -1,8 +1,11 @@ -/* - * This file contains the support infrastructure used to manage the - * table of integer style file descriptors used by the low level - * POSIX system calls like open(), read, fstat(), etc. +/** + * @file * + * @brief RTEMS LibIO Initialization + * @ingroup LibIO + */ + +/* * COPYRIGHT (c) 1989-2010. * On-Line Applications Research Corporation (OAR). * @@ -38,12 +41,6 @@ rtems_id rtems_libio_semaphore; rtems_libio_t *rtems_libio_iops; rtems_libio_t *rtems_libio_iop_freelist; -/* - * rtems_libio_init - * - * Called by BSP startup code to initialize the libio subsystem. - */ - void rtems_libio_init( void ) { rtems_status_code rc; -- cgit v1.2.3