From e4b9451413013388757cf48fbb16d8137ddd1ccb Mon Sep 17 00:00:00 2001 From: S-G Bergh Date: Tue, 13 Nov 2012 14:40:37 +0100 Subject: volume_id: add exFAT detection function old new delta volume_id_probe_exfat - 294 +294 Signed-off-by: S-G Bergh Signed-off-by: Denys Vlasenko --- util-linux/volume_id/volume_id_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util-linux/volume_id/volume_id_internal.h') diff --git a/util-linux/volume_id/volume_id_internal.h b/util-linux/volume_id/volume_id_internal.h index 1c2e0ff..03dc46f 100644 --- a/util-linux/volume_id/volume_id_internal.h +++ b/util-linux/volume_id/volume_id_internal.h @@ -216,6 +216,8 @@ int FAST_FUNC volume_id_probe_nilfs(struct volume_id *id /*,uint64_t off*/); int FAST_FUNC volume_id_probe_ntfs(struct volume_id *id /*,uint64_t off*/); +int FAST_FUNC volume_id_probe_exfat(struct volume_id *id /*,uint64_t off*/); + int FAST_FUNC volume_id_probe_ocfs2(struct volume_id *id /*,uint64_t off*/); int FAST_FUNC volume_id_probe_reiserfs(struct volume_id *id /*,uint64_t off*/); -- cgit v1.1