changeset 2957:e382c7388162

*doc/io.sgml Updated DEVIO_TABLE definition, missing select argument
author sergeig
date Mon, 07 Jun 2010 16:53:20 +0000
parents ae92e99547f4
children b4977dbda76c
files packages/io/common/current/ChangeLog packages/io/common/current/doc/io.sgml
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packages/io/common/current/ChangeLog
+++ b/packages/io/common/current/ChangeLog
@@ -1,4 +1,8 @@
-20010-05-25 ccoutand <ccoutand@stmi.com>
+2010-06-06 ccoutand <ccoutand@stmi.com>
+	*doc/io.sgml
+	Updated DEVIO_TABLE definition, missing select argument
+
+2010-05-25 ccoutand <ccoutand@stmi.com>
 	* include/config_keys.h: 
 	Add new key to ADC driver to flush data buffer:
 	CYG_IO_SET_CONFIG_ADC_DATA_FLUSH
--- a/packages/io/common/current/doc/io.sgml
+++ b/packages/io/common/current/doc/io.sgml
@@ -1091,7 +1091,7 @@ routines. This table is defined by the m
 
 
 <PROGRAMLISTING>
-DEVIO_TABLE(l, write, read, get_config, set_config)
+DEVIO_TABLE(l, write, read, select, get_config, set_config)
 </PROGRAMLISTING>
 
 <variablelist>
@@ -1111,6 +1111,11 @@ DEVIO_TABLE(l, write, read, get_config, 
     <function>cyg_io_read()</function>. </para></listitem>
   </varlistentry>
   <varlistentry>
+    <term>select</term>
+    <listitem><para>The function called as a result of
+    <function>cyg_io_select()</function>. </para></listitem>
+  </varlistentry>
+  <varlistentry>
     <term>get_config</term>
     <listitem><para>The function called as a result of
     <function>cyg_io_get_config()</function>.</para></listitem>