chiark / gitweb /
volume_id: add DDF support
[elogind.git] / extras / volume_id / lib / exported_symbols
index b1ff3cce3adeb919b8f45876f4775c636724448b..d11634a9483d4e544682c7e0650fbe56a153c825 100644 (file)
@@ -1,5 +1,14 @@
 { global:
        volume_id_log_fn;
+
+       volume_id_get_label;
+       volume_id_get_label_raw;
+       volume_id_get_uuid;
+       volume_id_get_uuid_raw;
+       volume_id_get_usage;
+       volume_id_get_type;
+       volume_id_get_type_version;
+
        volume_id_open_fd;
        volume_id_open_node;
        volume_id_probe_all;
@@ -7,6 +16,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;
        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;
        volume_id_probe_lvm2;
+       volume_id_probe_ddf_raid;
        volume_id_probe_intel_software_raid;
        volume_id_probe_highpoint_37x_raid;
        volume_id_probe_highpoint_45x_raid;
@@ -38,6 +53,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:
        *;
 };