mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 21:44:05 +08:00
rtems: Remove rtems_io_driver_io_error()
The implementation was added and removed in 2009.
This commit is contained in:
@@ -59,17 +59,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.
|
||||
|
||||
Reference in New Issue
Block a user