]> Git Repo - u-boot.git/blob - board/evb64260/i2c.h
mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support
[u-boot.git] / board / evb64260 / i2c.h
1 #ifndef __I2C_H__
2 #define __I2C_H__
3
4 /* function declarations */
5 uchar i2c_read(uchar, unsigned int, int, uchar*, int);
6
7 #endif
This page took 0.026583 seconds and 4 git commands to generate.