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