blob: 669c1bbc051bedfa401d19cd5d7f197e9f7b2699 [file] [log] [blame]
Elliott Hughesa618f752016-06-02 21:04:08 -07001/* Generated by ./xlat/gen.sh from ./xlat/uffd_copy_flags.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat uffd_copy_flags in mpers mode
6
7#else
8
9static
10const struct xlat uffd_copy_flags[] = {
11#if defined(UFFDIO_COPY_MODE_DONTWAKE) || (defined(HAVE_DECL_UFFDIO_COPY_MODE_DONTWAKE) && HAVE_DECL_UFFDIO_COPY_MODE_DONTWAKE)
12 XLAT_TYPE(uint64_t, UFFDIO_COPY_MODE_DONTWAKE),
13#endif
14 XLAT_END
15};
16
17#endif /* !IN_MPERS */