Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/mbindflags.in; do not edit. */
      2 
      3 static const struct xlat mbindflags[] = {
      4 #if defined(MPOL_MF_STRICT) || (defined(HAVE_DECL_MPOL_MF_STRICT) && HAVE_DECL_MPOL_MF_STRICT)
      5 	XLAT(MPOL_MF_STRICT),
      6 #endif
      7 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
      8 	XLAT(MPOL_MF_MOVE),
      9 #endif
     10 #if defined(MPOL_MF_MOVE_ALL) || (defined(HAVE_DECL_MPOL_MF_MOVE_ALL) && HAVE_DECL_MPOL_MF_MOVE_ALL)
     11 	XLAT(MPOL_MF_MOVE_ALL),
     12 #endif
     13 	XLAT_END
     14 };
     15