]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/evb64260/i2c.h
da850evm : enable NAND even when not in NAND boot mode
[people/ms/u-boot.git] / board / evb64260 / i2c.h
CommitLineData
ae41d6aa
WD
1#ifndef __I2C_H__
2#define __I2C_H__
3
4/* function declarations */
5uchar i2c_read(uchar, unsigned int, int, uchar*, int);
6
7#endif