summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-28 22:23:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-28 22:23:10 +0000
commitad9250cfe3cc696052f18825d03fbfcbe018768c (patch)
tree99580466204758bd72b59dd45da3c5030a1de598 /c/src/ada/rtems.ads
parentSwitched to new style which does not require hackspecs.awk. (diff)
downloadrtems-ad9250cfe3cc696052f18825d03fbfcbe018768c.tar.bz2
Fixed IO Manager calls to remove an argument which was used in 3.2.1
but not in newer RTEMS.
Diffstat (limited to 'c/src/ada/rtems.ads')
-rw-r--r--c/src/ada/rtems.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 8feba8934e..3e492dad53 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -1312,7 +1312,6 @@ package RTEMS is
Major : in RTEMS.Device_Major_Number;
Minor : in RTEMS.Device_Minor_Number;
Argument : in RTEMS.Address;
- Return_Value : out RTEMS.Unsigned32;
Result : out RTEMS.Status_Codes
);
@@ -1320,7 +1319,6 @@ package RTEMS is
Major : in RTEMS.Device_Major_Number;
Minor : in RTEMS.Device_Minor_Number;
Argument : in RTEMS.Address;
- Return_Value : out RTEMS.Unsigned32;
Result : out RTEMS.Status_Codes
);
@@ -1328,7 +1326,6 @@ package RTEMS is
Major : in RTEMS.Device_Major_Number;
Minor : in RTEMS.Device_Minor_Number;
Argument : in RTEMS.Address;
- Return_Value : out RTEMS.Unsigned32;
Result : out RTEMS.Status_Codes
);
@@ -1336,7 +1333,6 @@ package RTEMS is
Major : in RTEMS.Device_Major_Number;
Minor : in RTEMS.Device_Minor_Number;
Argument : in RTEMS.Address;
- Return_Value : out RTEMS.Unsigned32;
Result : out RTEMS.Status_Codes
);
@@ -1344,7 +1340,6 @@ package RTEMS is
Major : in RTEMS.Device_Major_Number;
Minor : in RTEMS.Device_Minor_Number;
Argument : in RTEMS.Address;
- Return_Value : out RTEMS.Unsigned32;
Result : out RTEMS.Status_Codes
);