summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
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_ */