diff options
Diffstat (limited to 'include/asm-x86/kdebug.h')
| -rw-r--r-- | include/asm-x86/kdebug.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-x86/kdebug.h b/include/asm-x86/kdebug.h index a80f2d6cc737..96651bb59ba1 100644 --- a/include/asm-x86/kdebug.h +++ b/include/asm-x86/kdebug.h | |||
| @@ -35,13 +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 | struct pf_handler { | ||
| 39 | struct hlist_node hlist; | ||
| 40 | int (*handler)(struct pt_regs *regs, unsigned long error_code, | ||
| 41 | unsigned long address); | ||
| 42 | }; | ||
| 43 | |||
| 44 | extern void register_page_fault_handler(struct pf_handler *new_pfh); | ||
| 45 | extern void unregister_page_fault_handler(struct pf_handler *old_pfh); | ||
| 46 | |||
| 47 | #endif | 38 | #endif |
