blob: 6fa9f16fce032f71720b549804e877d37b1d050b [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/swap_flags.in; do not edit. */
static const struct xlat swap_flags[] = {
#if !(defined(SWAP_FLAG_PREFER) || (defined(HAVE_DECL_SWAP_FLAG_PREFER) && HAVE_DECL_SWAP_FLAG_PREFER))
# define SWAP_FLAG_PREFER 0x8000
#endif
XLAT(SWAP_FLAG_PREFER),
#if !(defined(SWAP_FLAG_DISCARD) || (defined(HAVE_DECL_SWAP_FLAG_DISCARD) && HAVE_DECL_SWAP_FLAG_DISCARD))
# define SWAP_FLAG_DISCARD 0x10000
#endif
XLAT(SWAP_FLAG_DISCARD),
#if !(defined(SWAP_FLAG_DISCARD_ONCE) || (defined(HAVE_DECL_SWAP_FLAG_DISCARD_ONCE) && HAVE_DECL_SWAP_FLAG_DISCARD_ONCE))
# define SWAP_FLAG_DISCARD_ONCE 0x20000
#endif
XLAT(SWAP_FLAG_DISCARD_ONCE),
#if !(defined(SWAP_FLAG_DISCARD_PAGES) || (defined(HAVE_DECL_SWAP_FLAG_DISCARD_PAGES) && HAVE_DECL_SWAP_FLAG_DISCARD_PAGES))
# define SWAP_FLAG_DISCARD_PAGES 0x40000
#endif
XLAT(SWAP_FLAG_DISCARD_PAGES),
XLAT_END
};