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