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