chiark / gitweb /
3f10ec0c78d103e6f7509d415b7ac84680564ac7
[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         volume_id_probe_netware;
30         volume_id_probe_gfs;
31         volume_id_probe_gfs2;
32
33         volume_id_probe_linux_raid;
34         volume_id_probe_lvm1;
35         volume_id_probe_lvm2;
36         volume_id_probe_intel_software_raid;
37         volume_id_probe_highpoint_37x_raid;
38         volume_id_probe_highpoint_45x_raid;
39         volume_id_probe_lsi_mega_raid;
40         volume_id_probe_nvidia_raid;
41         volume_id_probe_promise_fasttrack_raid;
42         volume_id_probe_silicon_medley_raid;
43         volume_id_probe_via_raid;
44 local:
45         *;
46 };