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 #else 00050 #error Unknown CPU 00051 #endif 00052 00053 00054 #endif /* ARM_H */
