blob: 0f7c1ef37d0d056d60b89b0467315130878e20c4 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Stephen Rothwellbbeb3f42005-09-27 13:51:59 +10002#ifndef _ASM_POWERPC_KDEBUG_H
3#define _ASM_POWERPC_KDEBUG_H
Arnd Bergmann88ced032005-12-16 22:43:46 +01004#ifdef __KERNEL__
Paul Mackerras14cf11a2005-09-26 16:04:21 +10005
Paul Mackerras14cf11a2005-09-26 16:04:21 +10006/* Grossly misnamed. */
7enum die_val {
8 DIE_OOPS = 1,
9 DIE_IABR_MATCH,
10 DIE_DABR_MATCH,
11 DIE_BPT,
12 DIE_SSTEP,
Paul Mackerras14cf11a2005-09-26 16:04:21 +100013};
14
Arnd Bergmann88ced032005-12-16 22:43:46 +010015#endif /* __KERNEL__ */
Stephen Rothwellbbeb3f42005-09-27 13:51:59 +100016#endif /* _ASM_POWERPC_KDEBUG_H */