From a94c5a5d6992b6dca9afec09352ab80db4643078 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 31 May 1997 15:55:10 +0000 Subject: Changed bitwise OR's used to build up option and attribute sets to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997" --- doc/user/io.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/user/io.t') diff --git a/doc/user/io.t b/doc/user/io.t index 8b899e7d8f..916931498f 100644 --- a/doc/user/io.t +++ b/doc/user/io.t @@ -77,7 +77,7 @@ entry points: If the device driver does not support a particular entry point, then that entry in the Configuration Table should -be NULL. RTEMS will return SUCCESSFUL as the executive's and +be NULL. RTEMS will return @code{SUCCESSFUL} as the executive's and zero (0) as the device driver's return code for these device driver entry points. @@ -383,6 +383,7 @@ rtems_status_code rtems_io_lookup_name( procedure IO_Lookup_Name ( Name : in String; Device_Info : out RTEMS.Driver_Name_t; + Result : out RTEMS.Status_Codes ); @end example @end ifset -- cgit v1.2.3