22 lines
567 B
C
22 lines
567 B
C
/* Generated by ./xlat/gen.sh from ./xlat/pr_mce_kill.in; do not edit. */
|
|
#if !(defined(PR_MCE_KILL_CLEAR) || (defined(HAVE_DECL_PR_MCE_KILL_CLEAR) && HAVE_DECL_PR_MCE_KILL_CLEAR))
|
|
# define PR_MCE_KILL_CLEAR 0
|
|
#endif
|
|
#if !(defined(PR_MCE_KILL_SET) || (defined(HAVE_DECL_PR_MCE_KILL_SET) && HAVE_DECL_PR_MCE_KILL_SET))
|
|
# define PR_MCE_KILL_SET 1
|
|
#endif
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat pr_mce_kill in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat pr_mce_kill[] = {
|
|
XLAT(PR_MCE_KILL_CLEAR),
|
|
XLAT(PR_MCE_KILL_SET),
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|