blob: 1d45e6cb2a0a092d3995501f78f1e34ea5ecc51c [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/uffd_copy_flags.in; do not edit. */
#include "gcc_compat.h"
#include "static_assert.h"
#ifndef XLAT_MACROS_ONLY
# ifdef IN_MPERS
# error static const struct xlat uffd_copy_flags in mpers mode
# else
static
const struct xlat uffd_copy_flags[] = {
#if defined(UFFDIO_COPY_MODE_DONTWAKE) || (defined(HAVE_DECL_UFFDIO_COPY_MODE_DONTWAKE) && HAVE_DECL_UFFDIO_COPY_MODE_DONTWAKE)
XLAT_TYPE(uint64_t, UFFDIO_COPY_MODE_DONTWAKE),
#endif
XLAT_END
};
# endif /* !IN_MPERS */
#endif /* !XLAT_MACROS_ONLY */