blob: de419278fc39dacb5cc7c450d3c58ba8da9e96d2 [file] [log] [blame]
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07001#ifndef __ASM_AVR32_KDEBUG_H
2#define __ASM_AVR32_KDEBUG_H
3
4#include <linux/notifier.h>
5
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07006/* Grossly misnamed. */
7enum die_val {
8 DIE_FAULT,
9 DIE_BREAKPOINT,
10 DIE_SSTEP,
11 DIE_PAGE_FAULT,
12};
13
Christoph Hellwig1eeb66a2007-05-08 00:27:03 -070014int register_page_fault_notifier(struct notifier_block *nb);
15int unregister_page_fault_notifier(struct notifier_block *nb);
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -070016
17#endif /* __ASM_AVR32_KDEBUG_H */