• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/move_pages_flags.in; do not edit. */
2 
3 static const struct xlat move_pages_flags[] = {
4 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
5 	XLAT(MPOL_MF_MOVE),
6 #endif
7 #if defined(MPOL_MF_MOVE_ALL) || (defined(HAVE_DECL_MPOL_MF_MOVE_ALL) && HAVE_DECL_MPOL_MF_MOVE_ALL)
8 	XLAT(MPOL_MF_MOVE_ALL),
9 #endif
10 	XLAT_END
11 };
12