]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/exports.h
mpc83xx: Correct the README for DDR ECC
[karo-tx-uboot.git] / include / exports.h
index 0eaf66e1838f4b6a69a455dbd93c24343ce8a3dd..0516da93749be2c00d34ae575259b63eb9243a72 100644 (file)
@@ -20,10 +20,15 @@ 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)
+unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base);
+char *getenv (char *name);
+void setenv (char *varname, char *varvalue);
+long simple_strtol(const char *cp,char **endp,unsigned int base);
+int strcmp(const char * cs,const char * ct);
+#if defined(CONFIG_CMD_I2C)
 int i2c_write (uchar, uint, int , uchar* , int);
 int i2c_read (uchar, uint, int , uchar* , int);
-#endif /* CFG_CMD_I2C */
+#endif
 
 void app_startup(char **);
 
@@ -37,7 +42,7 @@ enum {
        XF_MAX
 };
 
-#define XF_VERSION     2
+#define XF_VERSION     4
 
 #if defined(CONFIG_I386)
 extern gd_t *global_data;