18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_KDEBUG_H 38c2ecf20Sopenharmony_ci#define _ASM_POWERPC_KDEBUG_H 48c2ecf20Sopenharmony_ci#ifdef __KERNEL__ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci/* Grossly misnamed. */ 78c2ecf20Sopenharmony_cienum die_val { 88c2ecf20Sopenharmony_ci DIE_OOPS = 1, 98c2ecf20Sopenharmony_ci DIE_IABR_MATCH, 108c2ecf20Sopenharmony_ci DIE_DABR_MATCH, 118c2ecf20Sopenharmony_ci DIE_BPT, 128c2ecf20Sopenharmony_ci DIE_SSTEP, 138c2ecf20Sopenharmony_ci}; 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* __KERNEL__ */ 168c2ecf20Sopenharmony_ci#endif /* _ASM_POWERPC_KDEBUG_H */ 17