diff options
Diffstat (limited to 'arch/powerpc/include/asm/debug.h')
-rw-r--r-- | arch/powerpc/include/asm/debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/debug.h b/arch/powerpc/include/asm/debug.h index d2516308ed1e..a954e4975049 100644 --- a/arch/powerpc/include/asm/debug.h +++ b/arch/powerpc/include/asm/debug.h | |||
@@ -46,7 +46,8 @@ static inline int debugger_break_match(struct pt_regs *regs) { return 0; } | |||
46 | static inline int debugger_fault_handler(struct pt_regs *regs) { return 0; } | 46 | static inline int debugger_fault_handler(struct pt_regs *regs) { return 0; } |
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | int set_breakpoint(struct arch_hw_breakpoint *brk); | 49 | void set_breakpoint(struct arch_hw_breakpoint *brk); |
50 | void __set_breakpoint(struct arch_hw_breakpoint *brk); | ||
50 | #ifdef CONFIG_PPC_ADV_DEBUG_REGS | 51 | #ifdef CONFIG_PPC_ADV_DEBUG_REGS |
51 | extern void do_send_trap(struct pt_regs *regs, unsigned long address, | 52 | extern void do_send_trap(struct pt_regs *regs, unsigned long address, |
52 | unsigned long error_code, int signal_code, int brkpt); | 53 | unsigned long error_code, int signal_code, int brkpt); |