• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/move_pages_flags.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat move_pages_flags in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat move_pages_flags[] = {
17 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
18   XLAT(MPOL_MF_MOVE),
19 #endif
20 #if defined(MPOL_MF_MOVE_ALL) || (defined(HAVE_DECL_MPOL_MF_MOVE_ALL) && HAVE_DECL_MPOL_MF_MOVE_ALL)
21   XLAT(MPOL_MF_MOVE_ALL),
22 #endif
23  XLAT_END
24 };
25 
26 # endif /* !IN_MPERS */
27 
28 #endif /* !XLAT_MACROS_ONLY */
29