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 30 XLAT(LO_FLAGS_USE_AOPS), 31 32 XLAT(LO_FLAGS_AUTOCLEAR), 33 34 XLAT(LO_FLAGS_PARTSCAN), 35 36 XLAT(LO_FLAGS_DIRECT_IO), 37 XLAT_END 38 }; 39 40 #endif /* !IN_MPERS */ 41