1/* Generated by ./xlat/gen.sh from ./xlat/loop_flags_options.in; do not edit. */
2
3static const struct xlat loop_flags_options[] = {
4#if defined(LO_FLAGS_READ_ONLY) || (defined(HAVE_DECL_LO_FLAGS_READ_ONLY) && HAVE_DECL_LO_FLAGS_READ_ONLY)
5	XLAT(LO_FLAGS_READ_ONLY),
6#endif
7#if defined(LO_FLAGS_AUTOCLEAR) || (defined(HAVE_DECL_LO_FLAGS_AUTOCLEAR) && HAVE_DECL_LO_FLAGS_AUTOCLEAR)
8	XLAT(LO_FLAGS_AUTOCLEAR),
9#endif
10#if defined(LO_FLAGS_PARTSCAN) || (defined(HAVE_DECL_LO_FLAGS_PARTSCAN) && HAVE_DECL_LO_FLAGS_PARTSCAN)
11	XLAT(LO_FLAGS_PARTSCAN),
12#endif
13	XLAT_END
14};
15