[BACK]Return to platform.h CVS log [TXT][DIR] Up to [local] / prex-old / sys / arch / arm / include

Annotation of prex-old/sys/arch/arm/include/platform.h, Revision 1.2

1.2     ! nbrk        1: #if defined(__gba__)
        !             2: #include <../gba/platform.h>
        !             3: #else /* !__gba__ */
        !             4: #if defined(__cats__)
        !             5: #include <../cats/platform.h>
        !             6: #endif /* __cats__ */
        !             7: #endif /* __gba__ */
1.1       nbrk        8:
1.2     ! nbrk        9: #if !defined(__gba__) && !defined(__cats__)
1.1       nbrk       10: #error platform not supported
                     11: #endif

CVSweb