blob: ac5ba6dcdf61c0ea469fd6309d3888a1bdd10695 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mctl_sync.in; do not edit. */
2
3static const struct xlat mctl_sync[] = {
4#if defined(MS_SYNC) || (defined(HAVE_DECL_MS_SYNC) && HAVE_DECL_MS_SYNC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MS_SYNC),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MS_ASYNC) || (defined(HAVE_DECL_MS_ASYNC) && HAVE_DECL_MS_ASYNC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MS_ASYNC),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MS_INVALIDATE) || (defined(HAVE_DECL_MS_INVALIDATE) && HAVE_DECL_MS_INVALIDATE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MS_INVALIDATE),
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};