X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fexports.h;h=41d5085e16c27017d7e02540c3aacfa2090e994a;hb=14bc66bd9a1d8073a12c6e785ab379909f620356;hp=6cf31aa5e794c0c6fb186bb6ee3705136cc40a2b;hpb=88c5c68ffa277bf01b3254cf5a059e2cbe07be97;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/exports.h b/include/exports.h index 6cf31aa..41d5085 100644 --- a/include/exports.h +++ b/include/exports.h @@ -24,6 +24,7 @@ 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); 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);