![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _ASM_POWERPC_KDEBUG_H 0003 #define _ASM_POWERPC_KDEBUG_H 0004 #ifdef __KERNEL__ 0005 0006 /* Grossly misnamed. */ 0007 enum die_val { 0008 DIE_OOPS = 1, 0009 DIE_IABR_MATCH, 0010 DIE_DABR_MATCH, 0011 DIE_BPT, 0012 DIE_SSTEP, 0013 }; 0014 0015 #endif /* __KERNEL__ */ 0016 #endif /* _ASM_POWERPC_KDEBUG_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |