[BACK]Return to limits.h CVS log [TXT][DIR] Up to [local] / prex / include / machine

File: [local] / prex / include / machine / limits.h (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 19 12:46:55 2008 UTC (15 years, 9 months ago) by nbrk
Branch: MAIN, KOHSUKE
CVS Tags: PREX_0_8_BASE, HEAD
Changes since 1.1: +0 -0 lines

Initial import of Prex, Portable Real-time Embedded POSIX microkernel system.
I have totally new directions in my development (more focused on real hardware, not virtual one).

Old hacks are available in prex-old module. They will be carefully re-designed and merged soon.

#if defined(__arm__)
#include "arm/limits.h"
#elif defined (__i386__)
#include "i386/limits.h"
#elif defined (__ppc__)
#include "ppc/limits.h"
#elif defined (__mips__)
#include "mips/limits.h"
#elif defined (__sh4__)
#include "sh4/limits.h"
#else
#error architecture not supported
#endif