forked from flashrom/flashrom
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibflashrom.map
More file actions
30 lines (30 loc) · 790 Bytes
/
libflashrom.map
File metadata and controls
30 lines (30 loc) · 790 Bytes
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
LIBFLASHROM_1.0 {
global:
flashrom_board_info;
flashrom_chipset_info;
flashrom_data_free;
flashrom_flag_get;
flashrom_flag_set;
flashrom_flashchip_info;
flashrom_flash_erase;
flashrom_flash_getsize;
flashrom_flash_probe;
flashrom_flash_release;
flashrom_image_read;
flashrom_image_verify;
flashrom_image_write;
flashrom_init;
flashrom_layout_get_region_range;
flashrom_layout_include_region;
flashrom_layout_read_fmap_from_buffer;
flashrom_layout_read_fmap_from_rom;
flashrom_layout_read_from_ifd;
flashrom_layout_release;
flashrom_layout_set;
flashrom_programmer_init;
flashrom_programmer_shutdown;
flashrom_set_log_callback;
flashrom_shutdown;
flashrom_version_info;
local: *;
};