Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_compress_types.in; do not edit. */
      2 #if !(defined(BTRFS_COMPRESS_NONE) || (defined(HAVE_DECL_BTRFS_COMPRESS_NONE) && HAVE_DECL_BTRFS_COMPRESS_NONE))
      3 # define BTRFS_COMPRESS_NONE 0
      4 #endif
      5 #if !(defined(BTRFS_COMPRESS_ZLIB) || (defined(HAVE_DECL_BTRFS_COMPRESS_ZLIB) && HAVE_DECL_BTRFS_COMPRESS_ZLIB))
      6 # define BTRFS_COMPRESS_ZLIB 1
      7 #endif
      8 #if !(defined(BTRFS_COMPRESS_LZO) || (defined(HAVE_DECL_BTRFS_COMPRESS_LZO) && HAVE_DECL_BTRFS_COMPRESS_LZO))
      9 # define BTRFS_COMPRESS_LZO 2
     10 #endif
     11 
     12 #ifdef IN_MPERS
     13 
     14 extern const struct xlat btrfs_compress_types[];
     15 
     16 #else
     17 
     18 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     19 static
     20 # endif
     21 const struct xlat btrfs_compress_types[] = {
     22  XLAT(BTRFS_COMPRESS_NONE),
     23  XLAT(BTRFS_COMPRESS_ZLIB),
     24  XLAT(BTRFS_COMPRESS_LZO),
     25  XLAT_END
     26 };
     27 
     28 #endif /* !IN_MPERS */
     29