home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * NAME: pipes.cpp
- *
- * DESCRIPTION: byte and word sized pipes
- *
- * copyright (c) 1991 J. Alan Eldridge
- *
- * M O D I F I C A T I O N H I S T O R Y
- *
- * when who what
- * -------------------------------------------------------------------
- * 05/09/91 J. Alan Eldridge created
- *
- * 11/17/91 jae now contains pipe implementations
- * using generic.h macros
- *
- *********************************************************************/
-
- #include "aedef.h"
- #include "task.h"
-
- implement(Pipe_,uchar);
- implement(Pipe_,ushort);
-