summaryrefslogtreecommitdiffstats
path: root/libflashrom.map
diff options
context:
space:
mode:
Diffstat (limited to 'libflashrom.map')
-rw-r--r--libflashrom.map24
1 files changed, 24 insertions, 0 deletions
diff --git a/libflashrom.map b/libflashrom.map
new file mode 100644
index 000000000..3c287ff14
--- /dev/null
+++ b/libflashrom.map
@@ -0,0 +1,24 @@
+LIBFLASHROM_1.0 {
+ global:
+ flashrom_flag_get;
+ flashrom_flag_set;
+ flashrom_flash_erase;
+ flashrom_flash_getsize;
+ flashrom_flash_probe;
+ flashrom_flash_release;
+ flashrom_image_read;
+ flashrom_image_verify;
+ flashrom_image_write;
+ flashrom_init;
+ flashrom_layout_include_region;
+ 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_shutdown;
+ local: *;
+};