summaryrefslogtreecommitdiffstats
path: root/cpukit/ada/rtems.ads
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ada/rtems.ads')
-rw-r--r--cpukit/ada/rtems.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/ada/rtems.ads b/cpukit/ada/rtems.ads
index f938f2d8fb..caa197dc8c 100644
--- a/cpukit/ada/rtems.ads
+++ b/cpukit/ada/rtems.ads
@@ -174,9 +174,10 @@ pragma Elaborate_Body (RTEMS);
Device_Name_Length : RTEMS.Unsigned32;
Major : RTEMS.Device_Major_Number;
Minor : RTEMS.Device_Minor_Number;
-
end record;
+ type Driver_Name_t_Pointer is access all Driver_Name_t;
+
--
-- Ident Options
--
@@ -1339,7 +1340,7 @@ pragma Elaborate_Body (RTEMS);
procedure IO_Lookup_Name (
Name : in String;
- Device_Info : out RTEMS.Driver_Name_t;
+ Device_Info : In RTEMS.Driver_Name_t_Pointer;
Result : out RTEMS.Status_Codes
);