1 /* Generated by ./xlat/gen.sh from ./xlat/pr_mce_kill.in; do not edit. */
2 
3 static const struct xlat pr_mce_kill[] = {
4 #if !(defined(PR_MCE_KILL_CLEAR) || (defined(HAVE_DECL_PR_MCE_KILL_CLEAR) && HAVE_DECL_PR_MCE_KILL_CLEAR))
5 # define PR_MCE_KILL_CLEAR 0
6 #endif
7  XLAT(PR_MCE_KILL_CLEAR),
8 #if !(defined(PR_MCE_KILL_SET) || (defined(HAVE_DECL_PR_MCE_KILL_SET) && HAVE_DECL_PR_MCE_KILL_SET))
9 # define PR_MCE_KILL_SET 1
10 #endif
11  XLAT(PR_MCE_KILL_SET),
12  XLAT_END
13 };
14