to make u-boot work for fat32 filesystem
[jz_uboot.git] / board / evb64260 / i2c.h
blob9c219925240d3e53348ae2fccc5dc57e20acf2bc
1 #ifndef __I2C_H__
2 #define __I2C_H__
4 /* function declarations */
5 uchar i2c_read(uchar, unsigned int, int, uchar*, int);
7 #endif