| Christoph Hellwig | 1eeb66a | 2007-05-08 00:27:03 -0700 | [diff] [blame] | 1 | #ifndef _ASM_GENERIC_KDEBUG_H |
| 2 | #define _ASM_GENERIC_KDEBUG_H | ||||
| 3 | |||||
| 4 | enum die_val { | ||||
| 5 | DIE_UNUSED, | ||||
| Andrea Gelmini | c24cef0 | 2010-02-27 17:51:35 +0100 | [diff] [blame] | 6 | DIE_OOPS = 1, |
| Christoph Hellwig | 1eeb66a | 2007-05-08 00:27:03 -0700 | [diff] [blame] | 7 | }; |
| 8 | |||||
| 9 | #endif /* _ASM_GENERIC_KDEBUG_H */ | ||||