BeRTOS
|
00001 00040 #ifndef ARM_H 00041 #define ARM_H 00042 00043 #include <cpu/detect.h> 00044 00045 #if CPU_ARM_AT91 00046 #include "at91.h" 00047 #elif CPU_ARM_LPC2 00048 #include "lpc23xx.h" 00049 /*#elif Add other ARM families here */ 00050 #else 00051 #error Unknown CPU 00052 #endif 00053 00054 00055 #endif /* ARM_H */