Add support for superblock BLOCK_SIZE property.

This commit is contained in:
Ondrej Kozina
2022-04-13 12:30:06 +02:00
committed by Milan Broz
parent f1eea3a4b3
commit be5c5788d4
2 changed files with 15 additions and 0 deletions

View File

@@ -62,4 +62,6 @@ int blk_do_wipe(struct blkid_handle *h);
int blk_supported(void);
unsigned blk_get_block_size(struct blkid_handle *h);
#endif