URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [bsd_tcpip/] [current/] [include/] [net/] [zlib.h] - Rev 786
Compare with Previous | Blame | View Log
#ifndef CYGONCE_NET_BSD_TCPIP_NET_ZLIB_H #define CYGONCE_NET_BSD_TCPIP_NET_ZLIB_H //========================================================================== // // include/net/zlib.h // // zlib compression // //========================================================================== // ####BSDALTCOPYRIGHTBEGIN#### // ------------------------------------------- // Portions of this software may have been derived from FreeBSD // or other sources, and if so are covered by the appropriate copyright // and license included herein. // ------------------------------------------- // ####BSDALTCOPYRIGHTEND#### //========================================================================== //#####DESCRIPTIONBEGIN#### // // Author(s): Andrew Lunn // Contributors: Andrew Lunn // Date: 2003-11-08 // Purpose: // Description: // // //####DESCRIPTIONEND#### // //========================================================================== #include <cyg/compress/zlib.h> #endif //CYGONCE_NET_BSD_TCPIP_NET_ZLIB_H