Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_scrub_flags.in; do not edit. */
      2 #if !(defined(BTRFS_SCRUB_READONLY) || (defined(HAVE_DECL_BTRFS_SCRUB_READONLY) && HAVE_DECL_BTRFS_SCRUB_READONLY))
      3 # define BTRFS_SCRUB_READONLY 1
      4 #endif
      5 
      6 #ifdef IN_MPERS
      7 
      8 extern const struct xlat btrfs_scrub_flags[];
      9 
     10 #else
     11 
     12 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     13 static
     14 # endif
     15 const struct xlat btrfs_scrub_flags[] = {
     16  XLAT_TYPE(uint64_t, BTRFS_SCRUB_READONLY),
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21