# HG changeset patch # User sergeig # Date 1275929600 0 # Node ID e382c738816292850f37e920946f6b9e234c3c47 # Parent ae92e99547f4fde00807a7105bda239a2860e7cf *doc/io.sgml Updated DEVIO_TABLE definition, missing select argument diff --git a/packages/io/common/current/ChangeLog b/packages/io/common/current/ChangeLog --- a/packages/io/common/current/ChangeLog +++ b/packages/io/common/current/ChangeLog @@ -1,4 +1,8 @@ -20010-05-25 ccoutand +2010-06-06 ccoutand + *doc/io.sgml + Updated DEVIO_TABLE definition, missing select argument + +2010-05-25 ccoutand * include/config_keys.h: Add new key to ADC driver to flush data buffer: CYG_IO_SET_CONFIG_ADC_DATA_FLUSH diff --git a/packages/io/common/current/doc/io.sgml b/packages/io/common/current/doc/io.sgml --- 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 -DEVIO_TABLE(l, write, read, get_config, set_config) +DEVIO_TABLE(l, write, read, select, get_config, set_config) @@ -1111,6 +1111,11 @@ DEVIO_TABLE(l, write, read, get_config, cyg_io_read(). + select + The function called as a result of + cyg_io_select(). + + get_config The function called as a result of cyg_io_get_config().