]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/linux/kdebug.h
[IPV6]: Do not send RH0 anymore.
[net-next-2.6.git] / include / linux / kdebug.h
CommitLineData
1eeb66a1
CH
1#ifndef _LINUX_KDEBUG_H
2#define _LINUX_KDEBUG_H
3
4#include <asm/kdebug.h>
5
6struct die_args {
7 struct pt_regs *regs;
8 const char *str;
9 long err;
10 int trapnr;
11 int signr;
12};
13
14int register_die_notifier(struct notifier_block *nb);
15int unregister_die_notifier(struct notifier_block *nb);
16
17int notify_die(enum die_val val, const char *str,
18 struct pt_regs *regs, long err, int trap, int sig);
19
20#endif /* _LINUX_KDEBUG_H */