summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/iounregisterdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/iounregisterdriver.c')
-rw-r--r--cpukit/sapi/src/iounregisterdriver.c23
1 files changed, 8 insertions, 15 deletions
diff --git a/cpukit/sapi/src/iounregisterdriver.c b/cpukit/sapi/src/iounregisterdriver.c
index 433e94b1a9..7836641d24 100644
--- a/cpukit/sapi/src/iounregisterdriver.c
+++ b/cpukit/sapi/src/iounregisterdriver.c
@@ -1,6 +1,12 @@
-/*
- * Input/Output Manager - Dynamically Unregister Device Driver
+/**
+ * @file
+ *
+ * @brief Unregister a Driver from the Device Driver Table.
*
+ * @ingroup ClassicIO
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
@@ -19,19 +25,6 @@
#include <rtems/score/thread.h>
#include <string.h>
-/*
- * rtems_io_unregister_driver
- *
- * Unregister a driver from the device driver table.
- *
- * Input Paramters:
- * major - device major number
- *
- * Output Parameters:
- * RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
- */
-
rtems_status_code rtems_io_unregister_driver(
rtems_device_major_number major
)