blob: 9ace509e9f6d48447b1bb4a28b3ef47ce43a1df1 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/archvals.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat archvals in mpers mode
#else
static
const struct xlat archvals[] = {
#if defined(ARCH_SET_GS) || (defined(HAVE_DECL_ARCH_SET_GS) && HAVE_DECL_ARCH_SET_GS)
XLAT(ARCH_SET_GS),
#endif
#if defined(ARCH_SET_FS) || (defined(HAVE_DECL_ARCH_SET_FS) && HAVE_DECL_ARCH_SET_FS)
XLAT(ARCH_SET_FS),
#endif
#if defined(ARCH_GET_FS) || (defined(HAVE_DECL_ARCH_GET_FS) && HAVE_DECL_ARCH_GET_FS)
XLAT(ARCH_GET_FS),
#endif
#if defined(ARCH_GET_GS) || (defined(HAVE_DECL_ARCH_GET_GS) && HAVE_DECL_ARCH_GET_GS)
XLAT(ARCH_GET_GS),
#endif
XLAT_END
};
#endif /* !IN_MPERS */