summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-15 08:24:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-21 22:21:23 +0200
commit5f6a7e0f65cc27cc1e6b4f8bbcd3e24409401f00 (patch)
tree941bd0405b9b40ae7c7a2ec0f86fa7fb6b1a2aaf /include
parentee6b3e174d4769f360fd651f0778c3cc40a3b96f (diff)
downloadbarebox-5f6a7e0f65cc27cc1e6b4f8bbcd3e24409401f00.tar.gz
barebox-5f6a7e0f65cc27cc1e6b4f8bbcd3e24409401f00.tar.xz
commands/mem.c: sparse fixes
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 64f49db387..0cf51b34cd 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_ */