chiark / gitweb /
57a1feb3dcc1a018d45e6c20466d36cb4e09eb86
[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_linux_swap;
11         volume_id_probe_luks;
12         volume_id_probe_cramfs;
13         volume_id_probe_ext;
14         volume_id_probe_vfat;
15         volume_id_probe_hfs_hfsplus;
16         volume_id_probe_hpfs;
17         volume_id_probe_iso9660;
18         volume_id_probe_jfs;
19         volume_id_probe_minix;
20         volume_id_probe_ntfs;
21         volume_id_probe_ocfs1;
22         volume_id_probe_ocfs2;
23         volume_id_probe_reiserfs;
24         volume_id_probe_romfs;
25         volume_id_probe_sysv;
26         volume_id_probe_udf;
27         volume_id_probe_ufs;
28         volume_id_probe_vxfs;
29         volume_id_probe_xfs;
30         volume_id_probe_squashfs;
31         volume_id_probe_netware;
32         volume_id_probe_gfs;
33         volume_id_probe_gfs2;
34
35         volume_id_probe_linux_raid;
36         volume_id_probe_lvm1;
37         volume_id_probe_lvm2;
38         volume_id_probe_intel_software_raid;
39         volume_id_probe_highpoint_37x_raid;
40         volume_id_probe_highpoint_45x_raid;
41         volume_id_probe_lsi_mega_raid;
42         volume_id_probe_nvidia_raid;
43         volume_id_probe_promise_fasttrack_raid;
44         volume_id_probe_silicon_medley_raid;
45         volume_id_probe_via_raid;
46         volume_id_probe_adaptec_raid;
47         volume_id_probe_jmicron_raid;
48 local:
49         *;
50 };