From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- arch/sh/include/asm/kdebug.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 arch/sh/include/asm/kdebug.h (limited to 'arch/sh/include/asm/kdebug.h') diff --git a/arch/sh/include/asm/kdebug.h b/arch/sh/include/asm/kdebug.h new file mode 100644 index 00000000..8d6a831e --- /dev/null +++ b/arch/sh/include/asm/kdebug.h @@ -0,0 +1,17 @@ +#ifndef __ASM_SH_KDEBUG_H +#define __ASM_SH_KDEBUG_H + +/* Grossly misnamed. */ +enum die_val { + DIE_TRAP, + DIE_NMI, + DIE_OOPS, + DIE_BREAKPOINT, + 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 */ -- cgit v1.3.1