]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/sh/include/asm/kdebug.h
sh64: Convert to unwinder API.
[karo-tx-linux.git] / arch / sh / include / asm / kdebug.h
index a6201f10c2730878ae987cec8c01142f96569561..8d6a831e7ba1501a54ce9292e110720b7ce38ee6 100644 (file)
@@ -10,6 +10,8 @@ enum die_val {
        DIE_SSTEP,
 };
 
+/* arch/sh/kernel/dumpstack.c */
 extern void printk_address(unsigned long address, int reliable);
+extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
 
 #endif /* __ASM_SH_KDEBUG_H */