diff options
Diffstat (limited to 'include/asm-x86/kdebug.h')
-rw-r--r-- | include/asm-x86/kdebug.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-x86/kdebug.h b/include/asm-x86/kdebug.h index 7063281040da..96651bb59ba1 100644 --- a/include/asm-x86/kdebug.h +++ b/include/asm-x86/kdebug.h | |||
@@ -35,11 +35,4 @@ extern void show_regs(struct pt_regs *regs); | |||
35 | extern unsigned long oops_begin(void); | 35 | extern unsigned long oops_begin(void); |
36 | extern void oops_end(unsigned long, struct pt_regs *, int signr); | 36 | extern void oops_end(unsigned long, struct pt_regs *, int signr); |
37 | 37 | ||
38 | typedef int (*pf_handler_func)(struct pt_regs *regs, | ||
39 | unsigned long error_code, | ||
40 | unsigned long address); | ||
41 | |||
42 | extern int mmiotrace_register_pf(pf_handler_func new_pfh); | ||
43 | extern int mmiotrace_unregister_pf(pf_handler_func old_pfh); | ||
44 | |||
45 | #endif | 38 | #endif |