arm.h
Go to the documentation of this file.00001 00041 #ifndef ARM_H 00042 #define ARM_H 00043 00044 #include <cpu/detect.h> 00045 00046 #if CPU_ARM_AT91 00047 #include "at91.h" 00048 /*#elif Add other ARM families here */ 00049 #elif CPU_ARM_LM3S 00050 #include "lm3s.h" 00051 00052 #else 00053 #error Unknown CPU 00054 #endif 00055 00056 00057 #endif /* ARM_H */
