BeRTOS
i2c_at91.h
Go to the documentation of this file.
00001 
00039 #ifndef I2C_AT91_H
00040 #define I2C_AT91_H
00041 
00042 #include <drv/i2c.h>
00043 
00047 enum
00048 {
00049     I2C0,
00050 
00051     I2C_CNT  
00052 };
00053 
00054 #endif /* I2C_AT91_H */