blob: ad47048ad7c99a74d45090d58797f7f9e40496f1 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mbindflags.in; do not edit. */
2
3static const struct xlat mbindflags[] = {
4#if defined(MPOL_MF_STRICT) || (defined(HAVE_DECL_MPOL_MF_STRICT) && HAVE_DECL_MPOL_MF_STRICT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MPOL_MF_STRICT),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MPOL_MF_MOVE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#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 -070011 XLAT(MPOL_MF_MOVE_ALL),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};