summaryrefslogtreecommitdiffstats
path: root/include/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/blkdev.h')
-rw-r--r--include/blkdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/blkdev.h b/include/blkdev.h
index b6c46edde..6a641723f 100644
--- a/include/blkdev.h
+++ b/include/blkdev.h
@@ -92,4 +92,7 @@ int blkdev_get_sectors(int fd, unsigned long long *sectors);
/* get hardware sector size */
int blkdev_get_sector_size(int fd, int *sector_size);
+/* specifies whether or not the device is misaligned */
+int blkdev_is_misaligned(int fd);
+
#endif /* BLKDEV_H */