diff options
author | wdenk <wdenk> | 2001-12-28 14:03:48 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2001-12-28 14:03:48 +0000 |
commit | ae41d6aa606d9d07f55d5349cfce3183f9e882cb (patch) | |
tree | a94830129a834e9c9f0bf0e279e17805cb92913c /board/evb64260/i2c.h | |
parent | a16037d2f636dd589ba9d466c676c2bfce369d66 (diff) | |
download | u-boot-imx-ae41d6aa606d9d07f55d5349cfce3183f9e882cb.zip u-boot-imx-ae41d6aa606d9d07f55d5349cfce3183f9e882cb.tar.gz u-boot-imx-ae41d6aa606d9d07f55d5349cfce3183f9e882cb.tar.bz2 |
Initial revision
Diffstat (limited to 'board/evb64260/i2c.h')
-rw-r--r-- | board/evb64260/i2c.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/evb64260/i2c.h b/board/evb64260/i2c.h new file mode 100644 index 0000000..9c21992 --- /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 |