/board/evb64260/i2c.h
https://gitlab.com/vogoplayer-tools/uboot · C Header · 7 lines · 4 code · 2 blank · 1 comment · 0 complexity · 06dbbf3f48a1f9362ff35cb3571e343d MD5 · raw file
- #ifndef __I2C_H__
- #define __I2C_H__
- /* function declarations */
- uchar i2c_read(uchar, unsigned int, int, uchar*, int);
- #endif