Rebrand to flashprog and update URLs
Mostly automated `sed` work. As of now, URLs to the old wiki are broken
either way, so changing them shouldn't hurt. Other URLs (e.g. to mailing
list archives) were hopefully filtered correctly.
Change-Id: I9d43bfd0e675eff2fcbad05f304b9ce9f5006b08
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashrom-stable/+/21
diff --git a/libflashprog.map b/libflashprog.map
new file mode 100644
index 0000000..5294d96
--- /dev/null
+++ b/libflashprog.map
@@ -0,0 +1,38 @@
+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_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_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: *;
+};