X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=send.h;h=fe613cbb83b7c3056c71c4ac4c64352b9dad8629;hb=5c9ac8dc48e766b93ec99e35548e1c161b4ab92b;hp=e8da785ff8d6702a7334295ce9ae1c470c051802;hpb=0c38ff3ca4f481bbae74283fd00a56fbd938e4b2;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/send.h b/send.h index e8da785..fe613cb 100644 --- a/send.h +++ b/send.h @@ -17,6 +17,9 @@ * Boston, MA 021110-1307, USA. */ +#ifndef __BTRFS_SEND_H__ +#define __BTRFS_SEND_H__ + #include "ctree.h" #ifdef __cplusplus @@ -26,7 +29,7 @@ extern "C" { #define BTRFS_SEND_STREAM_MAGIC "btrfs-stream" #define BTRFS_SEND_STREAM_VERSION 1 -#define BTRFS_SEND_BUF_SIZE (1024 * 64) +#define BTRFS_SEND_BUF_SIZE SZ_64K #define BTRFS_SEND_READ_SIZE (1024 * 48) enum btrfs_tlv_type { @@ -140,3 +143,5 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg); #ifdef __cplusplus } #endif + +#endif