]> git.sur5r.net Git - u-boot/blobdiff - include/exports.h
Add configuration for wtk board
[u-boot] / include / exports.h
index f812f16072c7b1bf1f17ccec95bead84b2646632..3c60dbdf322fba68d9e3201f6a8429dc168bb1f7 100644 (file)
@@ -18,6 +18,12 @@ 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);
+#endif /* CFG_CMD_I2C */
 
 void app_startup(char **);
 
@@ -31,7 +37,7 @@ enum {
        XF_MAX
 };
 
-#define XF_VERSION     1
+#define XF_VERSION     2
 
 #if defined(CONFIG_I386)
 extern gd_t *global_data;