]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - fdisk/common.h
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / fdisk / common.h
index c5e237148e98595c29a81308485acdf2762ecc4d..86802c41e26a9e92ede70292337a8d4126ae3da7 100644 (file)
@@ -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;