blob: fec9b30c38cd47ad245e999320cf02a53199151e [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mempolicyflags.in; do not edit. */
2
3static const struct xlat mempolicyflags[] = {
4#if defined(MPOL_F_NODE) || (defined(HAVE_DECL_MPOL_F_NODE) && HAVE_DECL_MPOL_F_NODE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MPOL_F_NODE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MPOL_F_ADDR) || (defined(HAVE_DECL_MPOL_F_ADDR) && HAVE_DECL_MPOL_F_ADDR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MPOL_F_ADDR),
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};