update feature-removal-schedule.txt to include deprecated functions
[linux-2.6.git] / include / linux / kdebug.h
blob5db38d6d8b92439f0525d6ba047455d4182bb2c1
1 #ifndef _LINUX_KDEBUG_H
2 #define _LINUX_KDEBUG_H
4 #include <asm/kdebug.h>
6 struct die_args {
7 struct pt_regs *regs;
8 const char *str;
9 long err;
10 int trapnr;
11 int signr;
14 int register_die_notifier(struct notifier_block *nb);
15 int unregister_die_notifier(struct notifier_block *nb);
17 int notify_die(enum die_val val, const char *str,
18 struct pt_regs *regs, long err, int trap, int sig);
20 #endif /* _LINUX_KDEBUG_H */