summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/io.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-09 14:12:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-09 14:12:46 +0100
commite12f5acf231df7f428b274dbe6634407619a5260 (patch)
treed65ac04a91c3d9bac3a04bdb1bc33bb3a79e06dd /cpukit/sapi/include/rtems/io.h
parentsapi: Revert documentation change (diff)
downloadrtems-e12f5acf231df7f428b274dbe6634407619a5260.tar.bz2
sapi: Fix previous commit
Diffstat (limited to 'cpukit/sapi/include/rtems/io.h')
-rw-r--r--cpukit/sapi/include/rtems/io.h24
1 files changed, 1 insertions, 23 deletions
diff --git a/cpukit/sapi/include/rtems/io.h b/cpukit/sapi/include/rtems/io.h
index 627b53581c..f4e7d49edc 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 */