xref: /openbmc/linux/arch/powerpc/include/asm/kdebug.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2b8b572e1SStephen Rothwell #ifndef _ASM_POWERPC_KDEBUG_H
3b8b572e1SStephen Rothwell #define _ASM_POWERPC_KDEBUG_H
4b8b572e1SStephen Rothwell #ifdef __KERNEL__
5b8b572e1SStephen Rothwell 
6b8b572e1SStephen Rothwell /* Grossly misnamed. */
7b8b572e1SStephen Rothwell enum die_val {
8b8b572e1SStephen Rothwell 	DIE_OOPS = 1,
9b8b572e1SStephen Rothwell 	DIE_IABR_MATCH,
10b8b572e1SStephen Rothwell 	DIE_DABR_MATCH,
11b8b572e1SStephen Rothwell 	DIE_BPT,
12b8b572e1SStephen Rothwell 	DIE_SSTEP,
13b8b572e1SStephen Rothwell };
14b8b572e1SStephen Rothwell 
15b8b572e1SStephen Rothwell #endif /* __KERNEL__ */
16b8b572e1SStephen Rothwell #endif /* _ASM_POWERPC_KDEBUG_H */
17