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