X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fexports.h;h=41d5085e16c27017d7e02540c3aacfa2090e994a;hb=d7b2912991bb18db26b6c6b51cdc637142e21d3e;hp=63aa4b264a17e70687c5e2aab8851d374f2a9b45;hpb=99dee4b2ef570f289e2b1f105df0fdb8ad57ebd1;p=oweals%2Fu-boot.git diff --git a/include/exports.h b/include/exports.h index 63aa4b264a..41d5085e16 100644 --- a/include/exports.h +++ b/include/exports.h @@ -23,7 +23,8 @@ char *getenv (const char *name); int setenv (const char *varname, const char *varvalue); long simple_strtol(const char *cp,char **endp,unsigned int base); int strcmp(const char * cs,const char * ct); -int ustrtoul(const char *cp, char **endp, unsigned int base); +unsigned long ustrtoul(const char *cp, char **endp, unsigned int base); +unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base); #if defined(CONFIG_CMD_I2C) int i2c_write (uchar, uint, int , uchar* , int); int i2c_read (uchar, uint, int , uchar* , int);