chiark / gitweb /
volume_id: add volume_id_get_* functions
[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_open_node;
14         volume_id_probe_all;
15         volume_id_probe_filesystem;
16         volume_id_probe_raid;
17         volume_id_close;
18
19         volume_id_probe_linux_swap;
20         volume_id_probe_luks;
21         volume_id_probe_cramfs;
22         volume_id_probe_ext;
23         volume_id_probe_vfat;
24         volume_id_probe_hfs_hfsplus;
25         volume_id_probe_hpfs;
26         volume_id_probe_iso9660;
27         volume_id_probe_jfs;
28         volume_id_probe_minix;
29         volume_id_probe_ntfs;
30         volume_id_probe_ocfs1;
31         volume_id_probe_ocfs2;
32         volume_id_probe_reiserfs;
33         volume_id_probe_romfs;
34         volume_id_probe_sysv;
35         volume_id_probe_udf;
36         volume_id_probe_ufs;
37         volume_id_probe_vxfs;
38         volume_id_probe_xfs;
39         volume_id_probe_squashfs;
40         volume_id_probe_netware;
41         volume_id_probe_gfs;
42         volume_id_probe_gfs2;
43
44         volume_id_probe_linux_raid;
45         volume_id_probe_lvm1;
46         volume_id_probe_lvm2;
47         volume_id_probe_intel_software_raid;
48         volume_id_probe_highpoint_37x_raid;
49         volume_id_probe_highpoint_45x_raid;
50         volume_id_probe_lsi_mega_raid;
51         volume_id_probe_nvidia_raid;
52         volume_id_probe_promise_fasttrack_raid;
53         volume_id_probe_silicon_medley_raid;
54         volume_id_probe_via_raid;
55         volume_id_probe_adaptec_raid;
56         volume_id_probe_jmicron_raid;
57 local:
58         *;
59 };