chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / isw_raid.h
index 4bfd3bb529e7a5c8d461ae34d179a4bff3a1e4ac..7f48b0196f3a8d310edb4a7ec8be13c34dc86abe 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_ISW_RAID_
 #define _VOLUME_ID_ISW_RAID_
 
-extern int volume_id_probe_intel_software_raid(struct volume_id *id, __u64 off, __u64 size);
+extern int volume_id_probe_intel_software_raid(struct volume_id *id, uint64_t off, uint64_t size);
 
 #endif