- moved dumpBlock() into debug.c, renamed it to dump_block() and added it
to kernel-exports. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18268 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -178,6 +178,9 @@ extern void dprintf(const char *format, ...); /* just like printf */
|
||||
extern void kprintf(const char *fmt, ...); /* only for debugger cmds */
|
||||
#endif
|
||||
|
||||
extern void dump_block(const char *buffer, int size, const char *prefix);
|
||||
/* hexdumps given buffer */
|
||||
|
||||
extern bool set_dprintf_enabled(bool new_state); /* returns old state */
|
||||
|
||||
extern void panic(const char *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user