PNP: remove MODULE infrastructure
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-avr32 / kdebug.h
blob7f54e2b15d136ab5e2ee2234ef49fd0700ab2473
1 #ifndef __ASM_AVR32_KDEBUG_H
2 #define __ASM_AVR32_KDEBUG_H
4 #include <linux/notifier.h>
6 /* Grossly misnamed. */
7 enum die_val {
8 DIE_BREAKPOINT,
9 DIE_SSTEP,
13 * These are only here because kprobes.c wants them to implement a
14 * blatant layering violation. Will hopefully go away soon once all
15 * architectures are updated.
17 static inline int register_page_fault_notifier(struct notifier_block *nb)
19 return 0;
21 static inline int unregister_page_fault_notifier(struct notifier_block *nb)
23 return 0;
26 #endif /* __ASM_AVR32_KDEBUG_H */