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 _S390_KDEBUG_H
2 #define _S390_KDEBUG_H
3 
4 /*
5  * Feb 2006 Ported to s390 <[email protected]>
6  */
7 
8 struct pt_regs;
9 
10 enum die_val {
11  DIE_OOPS = 1,
23 };
24 
25 extern void die(struct pt_regs *, const char *);
26 
27 #endif