20 lines
476 B
C
20 lines
476 B
C
/* Generated by ./xlat/gen.sh from ./xlat/mempolicyflags.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat mempolicyflags in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat mempolicyflags[] = {
|
|
#if defined(MPOL_F_NODE) || (defined(HAVE_DECL_MPOL_F_NODE) && HAVE_DECL_MPOL_F_NODE)
|
|
XLAT(MPOL_F_NODE),
|
|
#endif
|
|
#if defined(MPOL_F_ADDR) || (defined(HAVE_DECL_MPOL_F_ADDR) && HAVE_DECL_MPOL_F_ADDR)
|
|
XLAT(MPOL_F_ADDR),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|