aboutsummaryrefslogtreecommitdiff
path: root/board/evb64260/i2c.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2001-12-28 14:03:48 +0000
committerwdenk <wdenk>2001-12-28 14:03:48 +0000
commitae41d6aa606d9d07f55d5349cfce3183f9e882cb (patch)
treea94830129a834e9c9f0bf0e279e17805cb92913c /board/evb64260/i2c.h
parenta16037d2f636dd589ba9d466c676c2bfce369d66 (diff)
Initial revision
Diffstat (limited to 'board/evb64260/i2c.h')
-rw-r--r--board/evb64260/i2c.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/evb64260/i2c.h b/board/evb64260/i2c.h
new file mode 100644
index 000000000..9c2199252
--- /dev/null
+++ b/board/evb64260/i2c.h
@@ -0,0 +1,7 @@
+#ifndef __I2C_H__
+#define __I2C_H__
+
+/* function declarations */
+uchar i2c_read(uchar, unsigned int, int, uchar*, int);
+
+#endif