summaryrefslogtreecommitdiff
path: root/ioctl.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-12 10:51:51 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-12 10:51:51 -0400
commit98baacc62343ae0eab8b265ea376e59e0aa70c1e (patch)
treeb5737dec71c70c73fb29bf1862a511bb4c34a4fd /ioctl.h
parentd23ea8706c91d5a625454de67c9700dfa688d8b5 (diff)
add disk ioctl
Diffstat (limited to 'ioctl.h')
-rw-r--r--ioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ioctl.h b/ioctl.h
index 201fb327..497fadd9 100644
--- a/ioctl.h
+++ b/ioctl.h
@@ -10,4 +10,6 @@ struct btrfs_ioctl_vol_args {
#define BTRFS_IOC_SNAP_CREATE _IOW(BTRFS_IOCTL_MAGIC, 1, \
struct btrfs_ioctl_vol_args)
+#define BTRFS_IOC_ADD_DISK _IOW(BTRFS_IOCTL_MAGIC, 2, \
+ struct btrfs_ioctl_vol_args)
#endif