1 /* Generated by ./xlat/gen.sh from ./xlat/mempolicyflags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat mempolicyflags in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat mempolicyflags[] = {
11 #if defined(MPOL_F_NODE) || (defined(HAVE_DECL_MPOL_F_NODE) && HAVE_DECL_MPOL_F_NODE)
12   XLAT(MPOL_F_NODE),
13 #endif
14 #if defined(MPOL_F_ADDR) || (defined(HAVE_DECL_MPOL_F_ADDR) && HAVE_DECL_MPOL_F_ADDR)
15   XLAT(MPOL_F_ADDR),
16 #endif
17  XLAT_END
18 };
19 
20 #endif /* !IN_MPERS */
21