Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/loop_flags_options.in; do not edit. */
      2 #if !(defined(LO_FLAGS_READ_ONLY) || (defined(HAVE_DECL_LO_FLAGS_READ_ONLY) && HAVE_DECL_LO_FLAGS_READ_ONLY))
      3 # define LO_FLAGS_READ_ONLY 1
      4 #endif
      5 #if !(defined(LO_FLAGS_USE_AOPS) || (defined(HAVE_DECL_LO_FLAGS_USE_AOPS) && HAVE_DECL_LO_FLAGS_USE_AOPS))
      6 # define LO_FLAGS_USE_AOPS 2
      7 #endif
      8 #if !(defined(LO_FLAGS_AUTOCLEAR) || (defined(HAVE_DECL_LO_FLAGS_AUTOCLEAR) && HAVE_DECL_LO_FLAGS_AUTOCLEAR))
      9 # define LO_FLAGS_AUTOCLEAR 4
     10 #endif
     11 #if !(defined(LO_FLAGS_PARTSCAN) || (defined(HAVE_DECL_LO_FLAGS_PARTSCAN) && HAVE_DECL_LO_FLAGS_PARTSCAN))
     12 # define LO_FLAGS_PARTSCAN 8
     13 #endif
     14 #if !(defined(LO_FLAGS_DIRECT_IO) || (defined(HAVE_DECL_LO_FLAGS_DIRECT_IO) && HAVE_DECL_LO_FLAGS_DIRECT_IO))
     15 # define LO_FLAGS_DIRECT_IO 16
     16 #endif
     17 
     18 #ifdef IN_MPERS
     19 
     20 extern const struct xlat loop_flags_options[];
     21 
     22 #else
     23 
     24 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     25 static
     26 # endif
     27 const struct xlat loop_flags_options[] = {
     28  XLAT(LO_FLAGS_READ_ONLY),
     29 /* Added in v2.6.11-732-gf3f28e4, Removed in v3.2-rc1~49^2~5^2~3 */
     30  XLAT(LO_FLAGS_USE_AOPS),
     31 /* Added in v2.6.25-rc1~758 */
     32  XLAT(LO_FLAGS_AUTOCLEAR),
     33 /* Added in v3.2-rc1~48^2~7 */
     34  XLAT(LO_FLAGS_PARTSCAN),
     35 /* Added in v4.4-rc1~133^2~22 */
     36  XLAT(LO_FLAGS_DIRECT_IO),
     37  XLAT_END
     38 };
     39 
     40 #endif /* !IN_MPERS */
     41