Move TRAB burn-in tests to TRAB board directory

This commit is contained in:
wdenk
2003-09-12 15:35:15 +00:00
parent 68ce8957e5
commit f5300ab241
10 changed files with 1376 additions and 25 deletions

View 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);