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