X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fexports.h;h=e14d727ed6dee4197985b3dc7c443deb47202da6;hb=c00e17c7fe184c966e34ad48bf753c930ebac1df;hp=638231166277a65869b0af97b0d47d0d12fe2a11;hpb=882b7d726febe65579d6502c271412ecb05821d7;p=u-boot diff --git a/include/exports.h b/include/exports.h index 6382311662..e14d727ed6 100644 --- a/include/exports.h +++ b/include/exports.h @@ -20,6 +20,7 @@ void __udelay(unsigned long); unsigned long get_timer(unsigned long); int vprintf(const char *, va_list); unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base); +int strict_strtoul(const char *cp, unsigned int base, unsigned long *res); char *getenv (char *name); int setenv (char *varname, char *varvalue); long simple_strtol(const char *cp,char **endp,unsigned int base); @@ -45,7 +46,7 @@ enum { #define XF_VERSION 6 -#if defined(CONFIG_I386) +#if defined(CONFIG_X86) extern gd_t *global_data; #endif