summaryrefslogtreecommitdiffstats
path: root/fdisk/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk/common.h')
-rw-r--r--fdisk/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisk/common.h b/fdisk/common.h
index c5e237148..86802c41e 100644
--- a/fdisk/common.h
+++ b/fdisk/common.h
@@ -5,6 +5,7 @@
#define BLKRRPART _IO(0x12,95) /* re-read partition table */
#define BLKGETSIZE _IO(0x12,96) /* return device size */
#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
+#define BLKSSZGET _IO(0x12,104) /* get block device sector size */
struct systypes {
unsigned char type;