summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 1 insertions, 2 deletions
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);