File: libfwup.map.in

package info (click to toggle)
fwupdate 12-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 588 kB
  • sloc: ansic: 4,329; makefile: 358; sh: 49
file content (36 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
libfwup.so.1 {
	global: fwup_clear_status;
		fwup_enable_esrt;
		fwup_esrt_disabled;
		fwup_get_attempt_status;
		fwup_get_debug_log;
		fwup_get_esp_mountpoint;
		fwup_get_fw_type;
		fwup_get_fw_version;
		fwup_get_guid;
		fwup_get_last_attempt_info;
		fwup_get_lowest_supported_fw_version;
		fwup_get_ux_capsule_info;
		fwup_last_attempt_status_to_string;
		fwup_print_update_info;
		fwup_resource_iter_create;
		fwup_resource_iter_destroy;
		fwup_resource_iter_next;
		fwup_set_esp_mountpoint;
		fwup_set_guid;
		fwup_set_guid_force;
		fwup_set_up_update;
		fwup_set_up_update_with_buf;
		fwup_supported;
		fwup_use_existing_media_path;
	local:	*;
};

LIBFWUP_1.11 {
	global: fwup_set_guid_forced;
		fwup_resource_free;
} libfwup.so.1;

LIBFWUP_1.12 {
	global: fwup_version;
} LIBFWUP_1.11;