aboutsummaryrefslogtreecommitdiff
path: root/include/_exports.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-11 23:06:34 +0000
committerwdenk <wdenk>2003-09-11 23:06:34 +0000
commit4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7 (patch)
tree5aadeadbf3f022aa31bd34b35e4ff6f1ff134d74 /include/_exports.h
parenta43278a43d522fba7fea0ed3045b718a9c8d22ac (diff)
* Patch by Martin Krause, 11 Sep 2003:LABEL_2003_09_12_0110
add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board
Diffstat (limited to 'include/_exports.h')
-rw-r--r--include/_exports.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/_exports.h b/include/_exports.h
index a4e156113..17cb91be3 100644
--- a/include/_exports.h
+++ b/include/_exports.h
@@ -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 */