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  CPU_ARM_LPC2
00049     #include "lpc23xx.h"
00050 /*#elif  Add other ARM families here */
00051 #else
00052     #error Unknown CPU
00053 #endif
00054 
00055 
00056 #endif /* ARM_H */