chiark / gitweb /
volume_id: fix endianess bug in linux_raid detection
[elogind.git] / extras / volume_id / lib / exported_symbols
index b1ff3cce3adeb919b8f45876f4775c636724448b..57a1feb3dcc1a018d45e6c20466d36cb4e09eb86 100644 (file)
@@ -7,6 +7,8 @@
        volume_id_probe_raid;
        volume_id_close;
 
+       volume_id_probe_linux_swap;
+       volume_id_probe_luks;
        volume_id_probe_cramfs;
        volume_id_probe_ext;
        volume_id_probe_vfat;
@@ -26,6 +28,9 @@
        volume_id_probe_vxfs;
        volume_id_probe_xfs;
        volume_id_probe_squashfs;
+       volume_id_probe_netware;
+       volume_id_probe_gfs;
+       volume_id_probe_gfs2;
 
        volume_id_probe_linux_raid;
        volume_id_probe_lvm1;
@@ -38,6 +43,8 @@
        volume_id_probe_promise_fasttrack_raid;
        volume_id_probe_silicon_medley_raid;
        volume_id_probe_via_raid;
+       volume_id_probe_adaptec_raid;
+       volume_id_probe_jmicron_raid;
 local:
        *;
 };