SmartAudio/lichee/brandy/u-boot-2011.09/board/evb64260/i2c.h

8 lines
128 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef __I2C_H__
#define __I2C_H__
/* function declarations */
uchar i2c_read(uchar, unsigned int, int, uchar*, int);
#endif