[PATCH 08/42] commands/mem.c: sparse fixes

Sascha Hauer s.hauer at pengutronix.de
Tue Oct 19 08:54:56 EDT 2010


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 include/common.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/common.h b/include/common.h
index 64f49db..0cf51b3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -216,4 +216,6 @@ int run_shell(void);
 
 #define PAGE_SIZE	4096
 
+int memory_display(char *addr, ulong offs, ulong nbytes, int size);
+
 #endif	/* __COMMON_H_ */
-- 
1.7.2.3




More information about the barebox mailing list