blob: ae6d206728afc476d015b15ee2a9f5e2588f467e [file] [log] [blame]
Stephen Rothwellbbeb3f42005-09-27 13:51:59 +10001#ifndef _ASM_POWERPC_KDEBUG_H
2#define _ASM_POWERPC_KDEBUG_H
Arnd Bergmann88ced032005-12-16 22:43:46 +01003#ifdef __KERNEL__
Paul Mackerras14cf11a2005-09-26 16:04:21 +10004
Paul Mackerras14cf11a2005-09-26 16:04:21 +10005/* Grossly misnamed. */
6enum die_val {
7 DIE_OOPS = 1,
8 DIE_IABR_MATCH,
9 DIE_DABR_MATCH,
10 DIE_BPT,
11 DIE_SSTEP,
Paul Mackerras14cf11a2005-09-26 16:04:21 +100012};
13
Arnd Bergmann88ced032005-12-16 22:43:46 +010014#endif /* __KERNEL__ */
Stephen Rothwellbbeb3f42005-09-27 13:51:59 +100015#endif /* _ASM_POWERPC_KDEBUG_H */