2002-08-27 Joel Sherrill <joel@OARcorp.com>

* rtems.ads: Corrected binding for Io_Initialize.
This commit is contained in:
Joel Sherrill
2002-08-27 13:12:33 +00:00
parent e8c20a0ec7
commit aa57f84460
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2002-08-27 Joel Sherrill <joel@OARcorp.com>
* rtems.ads: Corrected binding for Io_Initialize.
2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: New.

View File

@@ -1323,7 +1323,6 @@ pragma Elaborate_Body (RTEMS);
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
);

View File

@@ -1,3 +1,7 @@
2002-08-27 Joel Sherrill <joel@OARcorp.com>
* rtems.ads: Corrected binding for Io_Initialize.
2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: New.

View File

@@ -1323,7 +1323,6 @@ pragma Elaborate_Body (RTEMS);
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
);