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