From 4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 11 Sep 2003 23:06:34 +0000 Subject: * Patch by Martin Krause, 11 Sep 2003: add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board --- include/_exports.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/_exports.h') diff --git a/include/_exports.h b/include/_exports.h index a4e1561137..17cb91be3d 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 */ -- cgit v1.2.3