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