1 #ifndef __ASM_SH_KDEBUG_H
2 #define __ASM_SH_KDEBUG_H
4 #include <linux/notifier.h>
6 /* Grossly misnamed. */
12 int register_page_fault_notifier(struct notifier_block *nb);
13 int unregister_page_fault_notifier(struct notifier_block *nb);
15 #endif /* __ASM_SH_KDEBUG_H */