Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
kdebug.h
Go to the documentation of this file.
1 #ifndef _LINUX_KDEBUG_H
2 #define _LINUX_KDEBUG_H
3 
4 #include <asm/kdebug.h>
5 
6 struct notifier_block;
7 
8 struct die_args {
9  struct pt_regs *regs;
10  const char *str;
11  long err;
12  int trapnr;
13  int signr;
14 };
15 
18 
19 int notify_die(enum die_val val, const char *str,
20  struct pt_regs *regs, long err, int trap, int sig);
21 
22 #endif /* _LINUX_KDEBUG_H */