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