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