blob: 16578b7c9da12cf3ac7a2100ebaeea7e287fce73 [file] [log] [blame]
Paul Mundt3a2e1172007-05-01 16:33:10 +09001#ifndef __ASM_SH_KDEBUG_H
2#define __ASM_SH_KDEBUG_H
3
4#include <linux/notifier.h>
Paul Mundt3a2e1172007-05-01 16:33:10 +09005
6/* Grossly misnamed. */
7enum die_val {
8 DIE_TRAP,
9 DIE_PAGE_FAULT,
10};
11
Paul Mundtb118ca52007-05-09 10:55:38 +090012int register_page_fault_notifier(struct notifier_block *nb);
13int unregister_page_fault_notifier(struct notifier_block *nb);
Paul Mundt3a2e1172007-05-01 16:33:10 +090014
Paul Mundt3a2e1172007-05-01 16:33:10 +090015#endif /* __ASM_SH_KDEBUG_H */