summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/io.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-26 15:18:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-29 15:30:23 +0200
commit5ff5ce62f926291772cd2d00630426c3b3072a32 (patch)
tree1b6884763faf0a09ac02e280d971b463a3be7676 /cpukit/include/rtems/io.h
parentrtems-bsps: add ability to print architecture/bsp list (diff)
downloadrtems-5ff5ce62f926291772cd2d00630426c3b3072a32.tar.bz2
rtems: Remove rtems_io_driver_io_error()
The implementation was added and removed in 2009.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/io.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/include/rtems/io.h b/cpukit/include/rtems/io.h
index f4066b647a..67364df280 100644
--- a/cpukit/include/rtems/io.h
+++ b/cpukit/include/rtems/io.h
@@ -60,17 +60,6 @@ typedef struct {
/**@{**/
/**
- * @brief Returns @c RTEMS_IO_ERROR.
- *
- * @retval RTEMS_IO_ERROR Only this one.
- */
-rtems_status_code rtems_io_driver_io_error(
- rtems_device_major_number major,
- rtems_device_minor_number minor,
- void *arg
-);
-
-/**
* @brief Registers and initializes the device with the device driver table
* @a driver_table and major number @a major.
*