blob: a0dd125694ecfea64a2c012a405c42128458bed7 [file] [log] [blame]
Nico Huberc3b02dc2023-08-12 01:13:45 +02001LIBFLASHPROG_1.0 {
2 global:
3 flashprog_flag_get;
4 flashprog_flag_set;
5 flashprog_flash_erase;
6 flashprog_flash_getsize;
7 flashprog_flash_probe;
8 flashprog_flash_release;
9 flashprog_image_read;
10 flashprog_image_verify;
11 flashprog_image_write;
12 flashprog_init;
13 flashprog_layout_add_region;
Nico Hubereed122d2023-02-11 02:05:07 +010014 flashprog_layout_get_region_range;
Nico Huberc3b02dc2023-08-12 01:13:45 +020015 flashprog_layout_include_region;
16 flashprog_layout_new;
17 flashprog_layout_read_fmap_from_buffer;
18 flashprog_layout_read_fmap_from_rom;
19 flashprog_layout_read_from_ifd;
20 flashprog_layout_release;
21 flashprog_layout_set;
22 flashprog_programmer_init;
23 flashprog_programmer_shutdown;
24 flashprog_set_log_callback;
Richard Hughes842d6782021-01-15 09:48:12 +000025 flashprog_set_progress_callback;
Nico Huberc3b02dc2023-08-12 01:13:45 +020026 flashprog_shutdown;
27 flashprog_wp_cfg_new;
28 flashprog_wp_cfg_release;
29 flashprog_wp_get_available_ranges;
30 flashprog_wp_get_mode;
31 flashprog_wp_get_range;
32 flashprog_wp_ranges_get_count;
33 flashprog_wp_ranges_get_range;
34 flashprog_wp_ranges_release;
35 flashprog_wp_read_cfg;
36 flashprog_wp_set_mode;
37 flashprog_wp_set_range;
38 flashprog_wp_write_cfg;
39 local: *;
40};