blob: 4c8a0a26b412676dd4c58061ee87028f9d412148 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/move_pages_flags.in; do not edit. */
2
3static const struct xlat move_pages_flags[] = {
4#if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MPOL_MF_MOVE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MPOL_MF_MOVE_ALL) || (defined(HAVE_DECL_MPOL_MF_MOVE_ALL) && HAVE_DECL_MPOL_MF_MOVE_ALL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MPOL_MF_MOVE_ALL),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070011};