1 /* Generated by ./xlat/gen.sh from ./xlat/mctl_sync.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 # error static const struct xlat mctl_sync in mpers mode 12 13 # else 14 15 static 16 const struct xlat mctl_sync[] = { 17 #if defined(MS_SYNC) || (defined(HAVE_DECL_MS_SYNC) && HAVE_DECL_MS_SYNC) 18 XLAT(MS_SYNC), 19 #endif 20 #if defined(MS_ASYNC) || (defined(HAVE_DECL_MS_ASYNC) && HAVE_DECL_MS_ASYNC) 21 XLAT(MS_ASYNC), 22 #endif 23 #if defined(MS_INVALIDATE) || (defined(HAVE_DECL_MS_INVALIDATE) && HAVE_DECL_MS_INVALIDATE) 24 XLAT(MS_INVALIDATE), 25 #endif 26 XLAT_END 27 }; 28 29 # endif /* !IN_MPERS */ 30 31 #endif /* !XLAT_MACROS_ONLY */ 32