9
0
Fork 0

commands/mem.c: sparse fixes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-15 08:24:45 +02:00
parent ee6b3e174d
commit 5f6a7e0f65
1 changed files with 2 additions and 0 deletions

View File

@ -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_ */