patch-2.4.4 linux/arch/cris/drivers/i2c.h

Next file: linux/arch/cris/drivers/ide.c
Previous file: linux/arch/cris/drivers/i2c.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/cris/drivers/i2c.h linux/arch/cris/drivers/i2c.h
@@ -0,0 +1,16 @@
+/* $Id: i2c.h,v 1.2 2001/01/18 15:49:30 bjornw Exp $ */
+
+/* High level I2C actions */
+int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
+unsigned char i2c_readreg(unsigned char theSlave, unsigned char theReg);
+
+/* Low level I2C */
+static void i2c_start(void);
+static void i2c_stop(void);
+static void i2c_outbyte(unsigned char x);
+static unsigned char i2c_inbyte(void);
+static int i2c_getack(void);
+static void i2c_sendack(void);
+
+
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)