1 /* Generated by ./xlat/gen.sh from ./xlat/mempolicyflags.in; do not edit. */ 2 3 static const struct xlat mempolicyflags[] = { 4 #if defined(MPOL_F_NODE) || (defined(HAVE_DECL_MPOL_F_NODE) && HAVE_DECL_MPOL_F_NODE) 5 XLAT(MPOL_F_NODE), 6 #endif 7 #if defined(MPOL_F_ADDR) || (defined(HAVE_DECL_MPOL_F_ADDR) && HAVE_DECL_MPOL_F_ADDR) 8 XLAT(MPOL_F_ADDR), 9 #endif 10 XLAT_END 11 }; 12