summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:16 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:16 +0200
commit0c70637626ee0ce29a88d155d576e761ede079c9 (patch)
tree7e8e3fd4e62b2a5390cb4de72f63b765690077a5 /include/common.h
parent80a54991a17127f1af863173f42b15133e5f64ca (diff)
downloadbarebox-0c70637626ee0ce29a88d155d576e761ede079c9.tar.gz
barebox-0c70637626ee0ce29a88d155d576e761ede079c9.tar.xz
svn_rev_038
move helper function cmd_get_data_size to generic, add header for it
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index c95573869c..531f6700fb 100644
--- a/include/common.h
+++ b/include/common.h
@@ -630,4 +630,9 @@ void show_boot_progress (int status);
#error Read section CONFIG_SKIP_LOWLEVEL_INIT in README.
#endif
+/* Reservoir for several functions in the code where
+ * previously no header file existed
+ */
+int cmd_get_data_size(char* arg, int default_size);
+
#endif /* __COMMON_H_ */