From efa379f2244ae5abaad1b6ce139920e7919130b1 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 18 Oct 2011 17:21:18 +0200 Subject: make parse_area_spec arguments loff_t Signed-off-by: Sascha Hauer --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 41b99f22c9..6b02c96408 100644 --- a/include/common.h +++ b/include/common.h @@ -156,7 +156,7 @@ struct memarea_info { unsigned long flags; }; -int parse_area_spec(const char *str, ulong *start, ulong *size); +int parse_area_spec(const char *str, loff_t *start, loff_t *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); -- cgit v1.2.3