summaryrefslogtreecommitdiffstats
path: root/include/exports.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-12 15:35:15 +0000
committerwdenk <wdenk>2003-09-12 15:35:15 +0000
commitf5300ab241898c490231e59229e6312aa862ce52 (patch)
tree92df7780e9c3f85d07eafda8da244e713da1cc3d /include/exports.h
parent68ce8957e551d90917dffb0aa64fc7c52ef6061c (diff)
downloadblackbird-obmc-uboot-f5300ab241898c490231e59229e6312aa862ce52.tar.gz
blackbird-obmc-uboot-f5300ab241898c490231e59229e6312aa862ce52.zip
Move TRAB burn-in tests to TRAB board directory
Diffstat (limited to 'include/exports.h')
-rw-r--r--include/exports.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/exports.h b/include/exports.h
index 84bc56b7a0..3c60dbdf32 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);
OpenPOWER on IntegriCloud