blob: 9c219925240d3e53348ae2fccc5dc57e20acf2bc [file] [log] [blame]
wdenkae41d6a2001-12-28 14:03:48 +00001#ifndef __I2C_H__
2#define __I2C_H__
3
4/* function declarations */
5uchar i2c_read(uchar, unsigned int, int, uchar*, int);
6
7#endif