1 #ifndef _LINUX_KDEBUG_H
2 #define _LINUX_KDEBUG_H
4 #include <asm/kdebug.h>
16 int register_die_notifier(struct notifier_block
*nb
);
17 int unregister_die_notifier(struct notifier_block
*nb
);
19 int notify_die(enum die_val val
, const char *str
,
20 struct pt_regs
*regs
, long err
, int trap
, int sig
);
22 #endif /* _LINUX_KDEBUG_H */