]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - md_u.h
Add a new clustered disk
[thirdparty/mdadm.git] / md_u.h
diff --git a/md_u.h b/md_u.h
index be9868a7a1e9fc1473436a60fe8dc4f2066fb14b..76068d647ffe7ca1a6ba6873bd344e6159d060bd 100644 (file)
--- a/md_u.h
+++ b/md_u.h
@@ -44,6 +44,7 @@
 #define STOP_ARRAY             _IO (MD_MAJOR, 0x32)
 #define STOP_ARRAY_RO          _IO (MD_MAJOR, 0x33)
 #define RESTART_ARRAY_RW       _IO (MD_MAJOR, 0x34)
+#define CLUSTERED_DISK_NACK    _IO (MD_MAJOR, 0x35)
 
 typedef struct mdu_version_s {
        int major;