chiark / gitweb /
volume_id: give access to list of all available probers
[elogind.git] / extras / volume_id / lib / exported_symbols
1 { global:
2         volume_id_log_fn;
3
4         volume_id_get_label;
5         volume_id_get_label_raw;
6         volume_id_get_uuid;
7         volume_id_get_uuid_raw;
8         volume_id_get_usage;
9         volume_id_get_type;
10         volume_id_get_type_version;
11
12         volume_id_open_fd;
13         volume_id_close;
14         volume_id_probe_all;
15         volume_id_probe_filesystem;
16         volume_id_probe_raid;
17         volume_id_all_probers;
18         volume_id_get_prober_by_type;
19
20         volume_id_open_node;
21
22         volume_id_probe_linux_swap;
23         volume_id_probe_luks;
24         volume_id_probe_cramfs;
25         volume_id_probe_ext;
26         volume_id_probe_vfat;
27         volume_id_probe_hfs_hfsplus;
28         volume_id_probe_hpfs;
29         volume_id_probe_iso9660;
30         volume_id_probe_jfs;
31         volume_id_probe_minix;
32         volume_id_probe_ntfs;
33         volume_id_probe_ocfs1;
34         volume_id_probe_ocfs2;
35         volume_id_probe_reiserfs;
36         volume_id_probe_romfs;
37         volume_id_probe_sysv;
38         volume_id_probe_udf;
39         volume_id_probe_ufs;
40         volume_id_probe_vxfs;
41         volume_id_probe_xfs;
42         volume_id_probe_squashfs;
43         volume_id_probe_netware;
44         volume_id_probe_gfs;
45         volume_id_probe_gfs2;
46
47         volume_id_probe_linux_raid;
48         volume_id_probe_lvm1;
49         volume_id_probe_lvm2;
50         volume_id_probe_ddf_raid;
51         volume_id_probe_intel_software_raid;
52         volume_id_probe_highpoint_37x_raid;
53         volume_id_probe_highpoint_45x_raid;
54         volume_id_probe_lsi_mega_raid;
55         volume_id_probe_nvidia_raid;
56         volume_id_probe_promise_fasttrack_raid;
57         volume_id_probe_silicon_medley_raid;
58         volume_id_probe_via_raid;
59         volume_id_probe_adaptec_raid;
60         volume_id_probe_jmicron_raid;
61 local:
62         *;
63 };