Add dump_mem_range to dump a memory range.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@586 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
1134bd8440
commit
cd2b0ac19f
2 changed files with 14 additions and 0 deletions
|
|
@ -49,5 +49,6 @@ struct console_driver {
|
|||
SHARED_WITH_ATTRIBUTES(printk, int, __attribute__((format (printf, 2, 3))),
|
||||
int msg_level, const char *fmt, ...);
|
||||
SHARED(banner, void, int msg_level, const char *msg);
|
||||
SHARED(dump_mem_range, void, int msg_level, unsigned char *buf, int size);
|
||||
|
||||
#endif /* CONSOLE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue