summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-10-14 12:05:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-30 16:53:24 +0200
commit76281a16fbd01adaf823849a9e5ab30b3024ec5c (patch)
treedcc2e44b19d2d3b4cbc4ed8db2e393caf424d73f /include
parent3e503822c7379ffc1a1c60aed57eb81954451faa (diff)
downloadbarebox-76281a16fbd01adaf823849a9e5ab30b3024ec5c.tar.gz
barebox-76281a16fbd01adaf823849a9e5ab30b3024ec5c.tar.xz
introduce strtoull_suffix function
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 9287a7dd2b..41b99f22c9 100644
--- a/include/common.h
+++ b/include/common.h
@@ -160,6 +160,7 @@ int parse_area_spec(const char *str, ulong *start, ulong *size);
/* Just like simple_strtoul(), but this one honors a K/M/G suffix */
unsigned long strtoul_suffix(const char *str, char **endp, int base);
+unsigned long long strtoull_suffix(const char *str, char **endp, int base);
void start_barebox(void);
void shutdown_barebox(void);