]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/exports.h
Move TRAB burn-in tests to TRAB board directory
[karo-tx-uboot.git] / include / exports.h
index 84bc56b7a058270b118033c2d0b98dec9c70babc..3c60dbdf322fba68d9e3201f6a8429dc168bb1f7 100644 (file)
@@ -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);