summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/io.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/sapi/include/rtems/io.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/sapi/include/rtems/io.h b/cpukit/sapi/include/rtems/io.h
index 806a81d57e..8cdf687ae7 100644
--- a/cpukit/sapi/include/rtems/io.h
+++ b/cpukit/sapi/include/rtems/io.h
@@ -44,12 +44,12 @@ extern "C" {
* table corresponds to an application provided device driver and
* defines the entry points for that device driver.
*/
-
+
typedef uint32_t rtems_device_major_number;
typedef uint32_t rtems_device_minor_number;
-
+
typedef rtems_status_code rtems_device_driver;
-
+
typedef rtems_device_driver ( *rtems_device_driver_entry )(
rtems_device_major_number,
rtems_device_minor_number,
@@ -64,7 +64,7 @@ typedef struct {
rtems_device_driver_entry write_entry; /* write request procedure */
rtems_device_driver_entry control_entry; /* special functions procedure */
} rtems_driver_address_table;
-
+
/*
* Table for the io device names
*/