Chameleon

Chameleon Svn Source Tree

Root/tags/2.0/i386/include/machine/limits.h

Source at commit 1674 created 12 years 8 months ago.
By blackosx, Apply dmazar's changes to boot0md.s from http://forum.voodooprojects.org/index.php/topic,2091.msg10551.html#msg10551 and http://forum.voodooprojects.org/index.php/topic,2091.msg10804.html#msg10804.
1/* This is the `system' limits.h, independent of any particular
2 compiler. GCC provides its own limits.h which can be found in
3 /usr/lib/gcc, although it is not very informative.
4 This file is public domain. */
5#if defined (__ppc__) || defined (__ppc64__)
6#include <ppc/limits.h>
7#elif defined (__i386__) || defined(__x86_64__)
8#include <i386/limits.h>
9#elif defined (__arm__)
10#include <arm/limits.h>
11#else
12#error architecture not supported
13#endif
14

Archive Download this file

Revision: 1674