This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: io_read


Andrew Lunn <andrew@lunn.ch> writes:

> On Fri, Oct 08, 2004 at 05:27:37PM +0200, Sicheri Marco wrote:
> > Thanks Andrew, I had think to use the cyg_io_select (like uclinux) but I
> > don't found the cyg_io_select() doc. man cyg_io_select don't do....:o(
> > Please, (you are the angel) can you have the doc of this function? ^_*
> > If i don't read you email today: Good weekend!!
> 
> I've never used it myself......
> 
> There does not appear to be any documentation for it either. 
> 
> You will have to read the source and figure it out yourself :-(

cyg_io_select() is intended to be called from the fileio select()
function. It passes the call on to the underlying device, its just a
support function.

To use select() you need to use the fileio package. 

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]