From f5300ab241898c490231e59229e6312aa862ce52 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 12 Sep 2003 15:35:15 +0000 Subject: Move TRAB burn-in tests to TRAB board directory --- include/exports.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/exports.h') diff --git a/include/exports.h b/include/exports.h index 84bc56b7a..3c60dbdf3 100644 --- a/include/exports.h +++ b/include/exports.h @@ -18,6 +18,8 @@ void *malloc(size_t); void free(void*); void udelay(unsigned long); unsigned long get_timer(unsigned long); +void vprintf(const char *, va_list); +void do_reset (void); #if (CONFIG_COMMANDS & CFG_CMD_I2C) int i2c_write (uchar, uint, int , uchar* , int); int i2c_read (uchar, uint, int , uchar* , int); -- cgit v1.2.3