[rtems commit] sapi: Fix previous commit

Sebastian Huber sebh at rtems.org
Sun Dec 9 13:22:20 UTC 2012


Module:    rtems
Branch:    master
Commit:    e12f5acf231df7f428b274dbe6634407619a5260
Changeset: http://git.rtems.org/rtems/commit/?id=e12f5acf231df7f428b274dbe6634407619a5260

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sun Dec  9 14:12:19 2012 +0100

sapi: Fix previous commit

---

 cpukit/sapi/include/rtems/io.h |   24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diff --git a/cpukit/sapi/include/rtems/io.h b/cpukit/sapi/include/rtems/io.h
index 627b535..f4e7d49 100644
--- a/cpukit/sapi/include/rtems/io.h
+++ b/cpukit/sapi/include/rtems/io.h
@@ -273,26 +273,4 @@ void _IO_Initialize_all_drivers( void );
 #endif
 
 #endif
-  rtems_io_write(
-  rtems_device_major_number  major,
-  rtems_device_minor_number  minor,
-  void                      *argument
-);
-
-/**
- *  @brief Control for The IO Manager
- *  
- *  This routine is the control directive of the IO manager.
- *
- *  @param[in] major is the device driver number.
- *  @param[in] minor is the device number.
- *  @param[in] argument is the pointer to the argument(s).
- *
- *  @return Status code.
- */
-rtems_status_code rtems_io_control(
-  rtems_device_major_number  major,
-  rtems_device_minor_number  minor,
-  void                      *argument
-);
-
+/* end of include file */




More information about the vc mailing list