chiark / gitweb /
libvolume_id: add parameter 'size' to all probe functions
[elogind.git] / extras / volume_id / lib / highpoint.c
index e441edb776fd3e7381da38d38c376295ced02969..f2c4069cc613a0bbd683857f09eadf07b1cb2631 100644 (file)
@@ -43,7 +43,7 @@ struct hpt45x_meta {
 #define HPT45X_MAGIC_BAD               0x5a7816fd
 
 
-int volume_id_probe_highpoint_37x_raid(struct volume_id *id, uint64_t off)
+int volume_id_probe_highpoint_37x_raid(struct volume_id *id, uint64_t off, uint64_t size)
 {
        const uint8_t *buf;
        struct hpt37x_meta *hpt;