move die notifier handling to common code
[deliverable/linux.git] / include / asm-avr32 / kdebug.h
CommitLineData
5f97f7f9
HS
1#ifndef __ASM_AVR32_KDEBUG_H
2#define __ASM_AVR32_KDEBUG_H
3
4#include <linux/notifier.h>
5
5f97f7f9
HS
6/* Grossly misnamed. */
7enum die_val {
8 DIE_FAULT,
9 DIE_BREAKPOINT,
10 DIE_SSTEP,
11 DIE_PAGE_FAULT,
12};
13
1eeb66a1
CH
14int register_page_fault_notifier(struct notifier_block *nb);
15int unregister_page_fault_notifier(struct notifier_block *nb);
5f97f7f9
HS
16
17#endif /* __ASM_AVR32_KDEBUG_H */
This page took 0.073821 seconds and 5 git commands to generate.