chiark / gitweb /
b1ff3cce3adeb919b8f45876f4775c636724448b
[elogind.git] / extras / volume_id / lib / exported_symbols
1 { global:
2         volume_id_log_fn;
3         volume_id_open_fd;
4         volume_id_open_node;
5         volume_id_probe_all;
6         volume_id_probe_filesystem;
7         volume_id_probe_raid;
8         volume_id_close;
9
10         volume_id_probe_cramfs;
11         volume_id_probe_ext;
12         volume_id_probe_vfat;
13         volume_id_probe_hfs_hfsplus;
14         volume_id_probe_hpfs;
15         volume_id_probe_iso9660;
16         volume_id_probe_jfs;
17         volume_id_probe_minix;
18         volume_id_probe_ntfs;
19         volume_id_probe_ocfs1;
20         volume_id_probe_ocfs2;
21         volume_id_probe_reiserfs;
22         volume_id_probe_romfs;
23         volume_id_probe_sysv;
24         volume_id_probe_udf;
25         volume_id_probe_ufs;
26         volume_id_probe_vxfs;
27         volume_id_probe_xfs;
28         volume_id_probe_squashfs;
29
30         volume_id_probe_linux_raid;
31         volume_id_probe_lvm1;
32         volume_id_probe_lvm2;
33         volume_id_probe_intel_software_raid;
34         volume_id_probe_highpoint_37x_raid;
35         volume_id_probe_highpoint_45x_raid;
36         volume_id_probe_lsi_mega_raid;
37         volume_id_probe_nvidia_raid;
38         volume_id_probe_promise_fasttrack_raid;
39         volume_id_probe_silicon_medley_raid;
40         volume_id_probe_via_raid;
41 local:
42         *;
43 };