blob: e349b17d56b8b6189b51c5e7abf6f767984020e1 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/mempolicyflags.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat mempolicyflags in mpers mode
#else
static
const struct xlat mempolicyflags[] = {
#if defined(MPOL_F_NODE) || (defined(HAVE_DECL_MPOL_F_NODE) && HAVE_DECL_MPOL_F_NODE)
XLAT(MPOL_F_NODE),
#endif
#if defined(MPOL_F_ADDR) || (defined(HAVE_DECL_MPOL_F_ADDR) && HAVE_DECL_MPOL_F_ADDR)
XLAT(MPOL_F_ADDR),
#endif
XLAT_END
};
#endif /* !IN_MPERS */