2018-12-19 11:44:22 +00:00
|
|
|
LIBFLASHROM_1.0 {
|
|
|
|
|
global:
|
2019-06-05 19:24:52 +02:00
|
|
|
flashrom_board_info;
|
|
|
|
|
flashrom_chipset_info;
|
|
|
|
|
flashrom_data_free;
|
2018-12-19 11:44:22 +00:00
|
|
|
flashrom_flag_get;
|
|
|
|
|
flashrom_flag_set;
|
|
|
|
|
flashrom_flash_erase;
|
|
|
|
|
flashrom_flash_getsize;
|
|
|
|
|
flashrom_flash_probe;
|
|
|
|
|
flashrom_flash_release;
|
2022-06-01 10:28:25 +10:00
|
|
|
flashrom_flashchip_info;
|
2018-12-19 11:44:22 +00:00
|
|
|
flashrom_image_read;
|
|
|
|
|
flashrom_image_verify;
|
|
|
|
|
flashrom_image_write;
|
|
|
|
|
flashrom_init;
|
2022-06-01 10:28:25 +10:00
|
|
|
flashrom_layout_add_region;
|
2022-01-07 11:25:07 +11:00
|
|
|
flashrom_layout_get_region_range;
|
2018-12-19 11:44:22 +00:00
|
|
|
flashrom_layout_include_region;
|
2022-06-01 10:28:25 +10:00
|
|
|
flashrom_layout_new;
|
2018-12-19 11:44:22 +00:00
|
|
|
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;
|
2021-01-15 09:48:12 +00:00
|
|
|
flashrom_set_progress_callback;
|
2018-12-19 11:44:22 +00:00
|
|
|
flashrom_shutdown;
|
2022-06-01 10:28:25 +10:00
|
|
|
flashrom_supported_boards;
|
|
|
|
|
flashrom_supported_chipsets;
|
|
|
|
|
flashrom_supported_flash_chips;
|
2019-06-05 19:24:52 +02:00
|
|
|
flashrom_version_info;
|
2022-06-01 10:28:25 +10:00
|
|
|
flashrom_wp_cfg_new;
|
|
|
|
|
flashrom_wp_cfg_release;
|
|
|
|
|
flashrom_wp_get_available_ranges;
|
|
|
|
|
flashrom_wp_get_mode;
|
|
|
|
|
flashrom_wp_get_range;
|
|
|
|
|
flashrom_wp_ranges_get_count;
|
|
|
|
|
flashrom_wp_ranges_get_range;
|
|
|
|
|
flashrom_wp_ranges_release;
|
|
|
|
|
flashrom_wp_read_cfg;
|
|
|
|
|
flashrom_wp_set_mode;
|
|
|
|
|
flashrom_wp_set_range;
|
|
|
|
|
flashrom_wp_write_cfg;
|
2018-12-19 11:44:22 +00:00
|
|
|
local: *;
|
|
|
|
|
};
|