Linux Audio

Check our new training course

Loading...
v6.9.4
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef _ASM_POWERPC_KDEBUG_H
 3#define _ASM_POWERPC_KDEBUG_H
 4#ifdef __KERNEL__
 5
 6/* Grossly misnamed. */
 7enum die_val {
 8	DIE_OOPS = 1,
 9	DIE_IABR_MATCH,
10	DIE_DABR_MATCH,
11	DIE_BPT,
12	DIE_SSTEP,
13};
14
15#endif /* __KERNEL__ */
16#endif /* _ASM_POWERPC_KDEBUG_H */
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef _ASM_POWERPC_KDEBUG_H
 3#define _ASM_POWERPC_KDEBUG_H
 4#ifdef __KERNEL__
 5
 6/* Grossly misnamed. */
 7enum die_val {
 8	DIE_OOPS = 1,
 9	DIE_IABR_MATCH,
10	DIE_DABR_MATCH,
11	DIE_BPT,
12	DIE_SSTEP,
13};
14
15#endif /* __KERNEL__ */
16#endif /* _ASM_POWERPC_KDEBUG_H */