Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/policies.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat policies in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat policies[] = {
     11 #if defined(MPOL_DEFAULT) || (defined(HAVE_DECL_MPOL_DEFAULT) && HAVE_DECL_MPOL_DEFAULT)
     12   XLAT(MPOL_DEFAULT),
     13 #endif
     14 #if defined(MPOL_PREFERRED) || (defined(HAVE_DECL_MPOL_PREFERRED) && HAVE_DECL_MPOL_PREFERRED)
     15   XLAT(MPOL_PREFERRED),
     16 #endif
     17 #if defined(MPOL_BIND) || (defined(HAVE_DECL_MPOL_BIND) && HAVE_DECL_MPOL_BIND)
     18   XLAT(MPOL_BIND),
     19 #endif
     20 #if defined(MPOL_INTERLEAVE) || (defined(HAVE_DECL_MPOL_INTERLEAVE) && HAVE_DECL_MPOL_INTERLEAVE)
     21   XLAT(MPOL_INTERLEAVE),
     22 #endif
     23  XLAT_END
     24 };
     25 
     26 #endif /* !IN_MPERS */
     27