Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos...
[linux-2.6-block.git] / arch / powerpc / include / asm / kdebug.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
bbeb3f4c
SR
2#ifndef _ASM_POWERPC_KDEBUG_H
3#define _ASM_POWERPC_KDEBUG_H
88ced031 4#ifdef __KERNEL__
14cf11af 5
14cf11af
PM
6/* Grossly misnamed. */
7enum die_val {
8 DIE_OOPS = 1,
9 DIE_IABR_MATCH,
10 DIE_DABR_MATCH,
11 DIE_BPT,
12 DIE_SSTEP,
14cf11af
PM
13};
14
88ced031 15#endif /* __KERNEL__ */
bbeb3f4c 16#endif /* _ASM_POWERPC_KDEBUG_H */