/* $Id: i2c.h,v 1.6 2004/03/17 04:45:54 jmuelmen Exp $ */ #ifndef _I2C_INC #define _I2C_INC #include "types.h" int i2c_write (byte address, xdata byte *, int length); int i2c_read (byte address, xdata byte *, int length); #endif