Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/mctl_sync.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat mctl_sync in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat mctl_sync[] = {
     11 #if defined(MS_SYNC) || (defined(HAVE_DECL_MS_SYNC) && HAVE_DECL_MS_SYNC)
     12   XLAT(MS_SYNC),
     13 #endif
     14 #if defined(MS_ASYNC) || (defined(HAVE_DECL_MS_ASYNC) && HAVE_DECL_MS_ASYNC)
     15   XLAT(MS_ASYNC),
     16 #endif
     17 #if defined(MS_INVALIDATE) || (defined(HAVE_DECL_MS_INVALIDATE) && HAVE_DECL_MS_INVALIDATE)
     18   XLAT(MS_INVALIDATE),
     19 #endif
     20  XLAT_END
     21 };
     22 
     23 #endif /* !IN_MPERS */
     24