Richard Hughes | cb97368 | 2018-12-19 11:44:22 +0000 | [diff] [blame] | 1 | LIBFLASHROM_1.0 { |
| 2 | global: |
| 3 | flashrom_flag_get; |
| 4 | flashrom_flag_set; |
| 5 | flashrom_flash_erase; |
| 6 | flashrom_flash_getsize; |
| 7 | flashrom_flash_probe; |
| 8 | flashrom_flash_release; |
| 9 | flashrom_image_read; |
| 10 | flashrom_image_verify; |
| 11 | flashrom_image_write; |
| 12 | flashrom_init; |
| 13 | flashrom_layout_include_region; |
| 14 | flashrom_layout_read_fmap_from_buffer; |
| 15 | flashrom_layout_read_fmap_from_rom; |
| 16 | flashrom_layout_read_from_ifd; |
| 17 | flashrom_layout_release; |
| 18 | flashrom_layout_set; |
| 19 | flashrom_programmer_init; |
| 20 | flashrom_programmer_shutdown; |
| 21 | flashrom_set_log_callback; |
| 22 | flashrom_shutdown; |
| 23 | local: *; |
| 24 | }; |