blob: c103799c53ddf6aebeecc5c76833a28fe7275aac [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/policies.in; do not edit. */
2
3static const struct xlat policies[] = {
4#if defined(MPOL_DEFAULT) || (defined(HAVE_DECL_MPOL_DEFAULT) && HAVE_DECL_MPOL_DEFAULT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MPOL_DEFAULT),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MPOL_PREFERRED) || (defined(HAVE_DECL_MPOL_PREFERRED) && HAVE_DECL_MPOL_PREFERRED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MPOL_PREFERRED),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MPOL_BIND) || (defined(HAVE_DECL_MPOL_BIND) && HAVE_DECL_MPOL_BIND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MPOL_BIND),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(MPOL_INTERLEAVE) || (defined(HAVE_DECL_MPOL_INTERLEAVE) && HAVE_DECL_MPOL_INTERLEAVE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(MPOL_INTERLEAVE),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070017};