mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem * io.t: Fix Ada binding as side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2003-02-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 338/filesystem
|
||||||
|
* io.t: Fix Ada binding as side-effect of fixing reentrancy
|
||||||
|
problem with rtems_io_lookup_name() (API change).
|
||||||
|
|
||||||
2003-02-03 Steven Johnson <sjohnson@neurizon.net>
|
2003-02-03 Steven Johnson <sjohnson@neurizon.net>
|
||||||
|
|
||||||
PR 338/filesystem
|
PR 338/filesystem
|
||||||
|
|||||||
@@ -465,7 +465,7 @@ rtems_status_code rtems_io_lookup_name(
|
|||||||
@example
|
@example
|
||||||
procedure IO_Lookup_Name (
|
procedure IO_Lookup_Name (
|
||||||
Name : in String;
|
Name : in String;
|
||||||
Device_Info : out RTEMS.Driver_Name_t;
|
Device_Info : out RTEMS.Driver_Name_t_Pointer;
|
||||||
Result : out RTEMS.Status_Codes
|
Result : out RTEMS.Status_Codes
|
||||||
);
|
);
|
||||||
@end example
|
@end example
|
||||||
@@ -478,7 +478,7 @@ procedure IO_Lookup_Name (
|
|||||||
@subheading DESCRIPTION:
|
@subheading DESCRIPTION:
|
||||||
|
|
||||||
This directive returns the major/minor number pair
|
This directive returns the major/minor number pair
|
||||||
associated with the given device name in device_info.
|
associated with the given device name in @code{device_info}.
|
||||||
|
|
||||||
@subheading NOTES:
|
@subheading NOTES:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user