Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/mremap_flags.in; do not edit. */
      2 
      3 static const struct xlat mremap_flags[] = {
      4 #if defined(MREMAP_MAYMOVE) || (defined(HAVE_DECL_MREMAP_MAYMOVE) && HAVE_DECL_MREMAP_MAYMOVE)
      5 	XLAT(MREMAP_MAYMOVE),
      6 #endif
      7 #if defined(MREMAP_FIXED) || (defined(HAVE_DECL_MREMAP_FIXED) && HAVE_DECL_MREMAP_FIXED)
      8 	XLAT(MREMAP_FIXED),
      9 #endif
     10 	XLAT_END
     11 };
     12