]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/send.h
Merge branch 'lpc32xx/core' of git://git.antcom.de/linux-2.6 into next/soc
[karo-tx-linux.git] / fs / btrfs / send.h
index 9934e948e57f91067f5a5e3f9cdf9720939af151..1bf4f32fd4ef28582c6d2401571bf2f7f37617a6 100644 (file)
@@ -130,4 +130,5 @@ enum {
 
 #ifdef __KERNEL__
 long btrfs_ioctl_send(struct file *mnt_file, void __user *arg);
+int write_buf(struct file *filp, const void *buf, u32 len, loff_t *off);
 #endif