4 * Copyright IBM Corp. 1999, 2000
13 * struct __debug_entry must be defined outside of #ifdef __KERNEL__
14 * in order to allow a user program to analyze the 'raw'-view.
20 unsigned long long clock
:52;
21 unsigned long long exception
:1;
22 unsigned long long level
:3;
23 unsigned long long cpuid
:8;
26 unsigned long long stck
;
29 } __attribute__((packed
));
32 #define __DEBUG_FEATURE_VERSION 2 /* version of debug feature */
34 #endif /* _UAPIDEBUG_H */