1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00
flashrom/libflashrom.map
Evan Benn 5b78c08156 libflashrom.map: Add missing functions from libflashrom.h
Some functions were not being defined, namely flashrom_wp_*. Thus, add
all missing functions from libflashrom.h header file.

Change-Id: Ic90b3c20780d3a07b00bfca82d23d44c4fa6f22f
Signed-off-by: Evan Benn <evanbenn@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/64851
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Nikolai Artemiev <nartemiev@google.com>
2022-06-15 05:42:50 +00:00

49 lines
1.3 KiB
Plaintext

LIBFLASHROM_1.0 {
global:
flashrom_board_info;
flashrom_chipset_info;
flashrom_data_free;
flashrom_flag_get;
flashrom_flag_set;
flashrom_flash_erase;
flashrom_flash_getsize;
flashrom_flash_probe;
flashrom_flash_release;
flashrom_flashchip_info;
flashrom_image_read;
flashrom_image_verify;
flashrom_image_write;
flashrom_init;
flashrom_layout_add_region;
flashrom_layout_get_region_range;
flashrom_layout_include_region;
flashrom_layout_new;
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_set_progress_callback;
flashrom_shutdown;
flashrom_supported_boards;
flashrom_supported_chipsets;
flashrom_supported_flash_chips;
flashrom_version_info;
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;
local: *;
};