rename thread_info to stack
[powerpc.git] / include / asm-avr32 / kdebug.h
1 #ifndef __ASM_AVR32_KDEBUG_H
2 #define __ASM_AVR32_KDEBUG_H
3
4 #include <linux/notifier.h>
5
6 /* Grossly misnamed. */
7 enum die_val {
8         DIE_FAULT,
9         DIE_BREAKPOINT,
10         DIE_SSTEP,
11         DIE_PAGE_FAULT,
12 };
13
14 int register_page_fault_notifier(struct notifier_block *nb);
15 int unregister_page_fault_notifier(struct notifier_block *nb);
16
17 #endif /* __ASM_AVR32_KDEBUG_H */