summaryrefslogtreecommitdiff
path: root/util/flashrom/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r--util/flashrom/flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h
index ad9f61a35f..51ce38baca 100644
--- a/util/flashrom/flash.h
+++ b/util/flashrom/flash.h
@@ -154,4 +154,6 @@ int chipset_flash_enable(void); /* chipset_enable.c */
extern int fd_mem;
+int map_flash_registers(struct flashchip *flash); /* flashrom.c */
+
#endif /* !__FLASH_H__ */