summaryrefslogtreecommitdiff
path: root/include/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/blkdev.h')
-rw-r--r--include/blkdev.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/blkdev.h b/include/blkdev.h
index 34e4e924..0eea01cd 100644
--- a/include/blkdev.h
+++ b/include/blkdev.h
@@ -45,6 +45,11 @@
#define BLKPBSZGET _IO(0x12,123)
#endif
+#ifndef FIFREEZE
+#define FIFREEZE _IOWR('X', 119, int) /* Freeze */
+#define FITHAW _IOWR('X', 120, int) /* Thaw */
+#endif
+
#ifndef HDIO_GETGEO
# ifdef __linux__
# define HDIO_GETGEO 0x0301