summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/io.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:54:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:54:29 +0000
commit84860816e3b153918b269589693cdfd0bb66ae70 (patch)
tree8675c56bdbc5e34947d4731131cc7896d5385e08 /cpukit/sapi/include/rtems/io.h
parent2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-84860816e3b153918b269589693cdfd0bb66ae70.tar.bz2
Remove stray white spaces.
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
*/