You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
567 B
22 lines
567 B
/* 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 */
|
|
|