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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/exports.h') diff --git a/include/exports.h b/include/exports.h index f812f1607..84bc56b7a 100644 --- a/include/exports.h +++ b/include/exports.h @@ -18,6 +18,10 @@ void *malloc(size_t); void free(void*); void udelay(unsigned long); unsigned long get_timer(unsigned long); +#if (CONFIG_COMMANDS & CFG_CMD_I2C) +int i2c_write (uchar, uint, int , uchar* , int); +int i2c_read (uchar, uint, int , uchar* , int); +#endif /* CFG_CMD_I2C */ void app_startup(char **); @@ -31,7 +35,7 @@ enum { XF_MAX }; -#define XF_VERSION 1 +#define XF_VERSION 2 #if defined(CONFIG_I386) extern gd_t *global_data; -- cgit v1.2.3