Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/kernel/iobuf.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Compounds

struct  iobuf
 This forms an io buffer. More...


Defines

#define BUFLEN   1024
 buffer space allocated for all buffers. More...


Functions

void iobuf_init (struct iobuf *x, short bl)
 prepares an iobuf for use. More...

int put (struct iobuf *x, char c)
 writes one char into an io buffer. More...

char get (struct iobuf *x)
 reads one char from an io buffer. More...


Detailed Description

Definition in file iobuf.h.


Define Documentation

#define BUFLEN   1024
 

buffer space allocated for all buffers.

Definition at line 23 of file iobuf.h.

Referenced by DUART_duart, iobuf_init, QSM_sciinit, and TTY_init.


Generated on Thu Feb 20 15:38:52 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002