summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/ioread.c
diff options
context:
space:
mode:
authorChristopher Kerl <zargyyoyo@gmail.com>2012-12-07 09:49:54 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-07 09:49:54 -0500
commit4c98a3ea294f3eb0cbaae4153c47eb45728613ac (patch)
tree897abe1cfe7b6a78859f77810c16a8a24fcd0456 /cpukit/sapi/src/ioread.c
parentbsps/powerpc: Use explicit compiler options (diff)
downloadrtems-4c98a3ea294f3eb0cbaae4153c47eb45728613ac.tar.bz2
sapi misc: Clean up Doxygen GCI task #1
http://www.google-melange.com/gci/task/view/google/gci2012/8011204
Diffstat (limited to 'cpukit/sapi/src/ioread.c')
-rw-r--r--cpukit/sapi/src/ioread.c24
1 files changed, 8 insertions, 16 deletions
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 <rtems/system.h>
#include <rtems/io.h>
-/*
- * 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,