blob: fec9b30c38cd47ad245e999320cf02a53199151e [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/mempolicyflags.in; do not edit. */
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
};