Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[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 {
5f97f7f9
HS
8 DIE_BREAKPOINT,
9 DIE_SSTEP,
5f97f7f9
HS
10};
11
9caebec7
CH
12/*
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.
16 */
17static inline int register_page_fault_notifier(struct notifier_block *nb)
18{
19 return 0;
20}
21static inline int unregister_page_fault_notifier(struct notifier_block *nb)
22{
23 return 0;
24}
5f97f7f9
HS
25
26#endif /* __ASM_AVR32_KDEBUG_H */
This page took 0.122806 seconds and 5 git commands to generate.