Stephen Rothwell | bbeb3f4 | 2005-09-27 13:51:59 +1000 | [diff] [blame] | 1 | #ifndef _ASM_POWERPC_KDEBUG_H |
| 2 | #define _ASM_POWERPC_KDEBUG_H |
Arnd Bergmann | 88ced03 | 2005-12-16 22:43:46 +0100 | [diff] [blame] | 3 | #ifdef __KERNEL__ |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 4 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 5 | /* Grossly misnamed. */ |
| 6 | enum die_val { |
| 7 | DIE_OOPS = 1, |
| 8 | DIE_IABR_MATCH, |
| 9 | DIE_DABR_MATCH, |
| 10 | DIE_BPT, |
| 11 | DIE_SSTEP, |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 12 | }; |
| 13 | |
Arnd Bergmann | 88ced03 | 2005-12-16 22:43:46 +0100 | [diff] [blame] | 14 | #endif /* __KERNEL__ */ |
Stephen Rothwell | bbeb3f4 | 2005-09-27 13:51:59 +1000 | [diff] [blame] | 15 | #endif /* _ASM_POWERPC_KDEBUG_H */ |