1 /* Generated by ./xlat/gen.sh from ./xlat/pr_mce_kill.in; do not edit. */ 2 #if !(defined(PR_MCE_KILL_CLEAR) || (defined(HAVE_DECL_PR_MCE_KILL_CLEAR) && HAVE_DECL_PR_MCE_KILL_CLEAR)) 3 # define PR_MCE_KILL_CLEAR 0 4 #endif 5 #if !(defined(PR_MCE_KILL_SET) || (defined(HAVE_DECL_PR_MCE_KILL_SET) && HAVE_DECL_PR_MCE_KILL_SET)) 6 # define PR_MCE_KILL_SET 1 7 #endif 8 9 #ifdef IN_MPERS 10 11 # error static const struct xlat pr_mce_kill in mpers mode 12 13 #else 14 15 static 16 const struct xlat pr_mce_kill[] = { 17 XLAT(PR_MCE_KILL_CLEAR), 18 XLAT(PR_MCE_KILL_SET), 19 XLAT_END 20 }; 21 22 #endif /* !IN_MPERS */ 23