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

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

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

CVSweb