From 326e4bddc3d36a2afc2781e3018e2649d2be0680 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 26 Sep 2007 15:23:46 +0200 Subject: print_size() -> size_human_readable() return a pointer to a human readable string rather than printingit directly --- include/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index f786fe9b86..de6d473348 100644 --- a/include/common.h +++ b/include/common.h @@ -73,8 +73,7 @@ void panic(const char *fmt, ...); /* */ long int initdram (int); -int display_options (void); -void print_size (ulong, const char *); +char *size_human_readable(ulong size); /* common/main.c */ void main_loop (void); -- cgit v1.2.3