BeRTOS
i2c_arm.h
Go to the documentation of this file.
00001 
00039 #include <cpu/detect.h>
00040 
00041 #if CPU_ARM_AT91
00042     #include "i2c_at91.h"
00043 #elif CPU_ARM_LPC2378
00044     #include "i2c_lpc2.h"
00045 /*#elif  Add other ARM families here */
00046 #else
00047     #error Unknown CPU
00048 #endif