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