From 76281a16fbd01adaf823849a9e5ab30b3024ec5c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 14 Oct 2011 12:05:09 +0200 Subject: introduce strtoull_suffix function Signed-off-by: Sascha Hauer --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3