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 37 38 39 40
|
LIBFLASHPROG_1.0 {
global:
flashprog_flag_get;
flashprog_flag_set;
flashprog_flash_erase;
flashprog_flash_getsize;
flashprog_flash_probe;
flashprog_flash_release;
flashprog_image_read;
flashprog_image_verify;
flashprog_image_write;
flashprog_init;
flashprog_layout_add_region;
flashprog_layout_get_region_range;
flashprog_layout_include_region;
flashprog_layout_new;
flashprog_layout_read_fmap_from_buffer;
flashprog_layout_read_fmap_from_rom;
flashprog_layout_read_from_ifd;
flashprog_layout_release;
flashprog_layout_set;
flashprog_programmer_init;
flashprog_programmer_shutdown;
flashprog_set_log_callback;
flashprog_set_progress_callback;
flashprog_shutdown;
flashprog_wp_cfg_new;
flashprog_wp_cfg_release;
flashprog_wp_get_available_ranges;
flashprog_wp_get_mode;
flashprog_wp_get_range;
flashprog_wp_ranges_get_count;
flashprog_wp_ranges_get_range;
flashprog_wp_ranges_release;
flashprog_wp_read_cfg;
flashprog_wp_set_mode;
flashprog_wp_set_range;
flashprog_wp_write_cfg;
local: *;
};
|