]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/_exports.h
* Patch by Martin Krause, 11 Sep 2003:
[karo-tx-uboot.git] / include / _exports.h
index a4e1561137e1f544392be36f56360d84ffb394d9..17cb91be3de34be2e3e73a5f714c64f282d7b5dd 100644 (file)
@@ -10,3 +10,7 @@ EXPORT_FUNC(malloc)
 EXPORT_FUNC(free)
 EXPORT_FUNC(udelay)
 EXPORT_FUNC(get_timer)
+#if (CONFIG_COMMANDS & CFG_CMD_I2C)
+EXPORT_FUNC(i2c_write)
+EXPORT_FUNC(i2c_read)
+#endif /* CFG_CMD_I2C */