URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [tcpip/] [current/] [include/] [machine/] [limits.h] - Rev 834
Go to most recent revision | Compare with Previous | Blame | View Log
//========================================================================== // // include/machine/limits.h // // Architecture/platform specific limits // //========================================================================== // ####BSDALTCOPYRIGHTBEGIN#### // ------------------------------------------- // Portions of this software may have been derived from OpenBSD // or other sources, and if so are covered by the appropriate copyright // and license included herein. // ------------------------------------------- // ####BSDALTCOPYRIGHTEND#### //========================================================================== //#####DESCRIPTIONBEGIN#### // // Author(s): gthomas // Contributors: gthomas // Date: 2000-01-10 // Purpose: // Description: // // //####DESCRIPTIONEND#### // //========================================================================== #ifndef _MACHINE_LIMITS_H_ #define _MACHINE_LIMITS_H_ #include <limits.h> // Compiler provided #endif /* _MACHINE_LIMITS_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log