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/ioread.c | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'cpukit/sapi/src/ioread.c') diff --git a/cpukit/sapi/src/ioread.c b/cpukit/sapi/src/ioread.c index c219b98911..591be7f252 100644 --- a/cpukit/sapi/src/ioread.c +++ b/cpukit/sapi/src/ioread.c @@ -1,6 +1,12 @@ -/* - * Input/Output Manager - Device Read +/** + * @file + * + * @brief Reading for The IO Manager * + * @ingroup ClassicIO + */ + +/* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -16,20 +22,6 @@ #include #include -/* - * rtems_io_read - * - * This routine is the read directive of the IO manager. - * - * Input Paramters: - * major - device driver number - * minor - device number - * argument - pointer to argument(s) - * - * Output Parameters: - * returns - return code - */ - rtems_status_code rtems_io_read( rtems_device_major_number major, rtems_device_minor_number minor, -- cgit v1.2.3