1 #ifndef __ASM_SH_KDEBUG_H
2 #define __ASM_SH_KDEBUG_H
4 /* Grossly misnamed. */
13 /* arch/sh/kernel/dumpstack.c */
14 extern void printk_address(unsigned long address
, int reliable
);
15 extern void dump_mem(const char *str
, unsigned long bottom
, unsigned long top
);
17 #endif /* __ASM_SH_KDEBUG_H */