diff options
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 46f8ad3bd1..6029828773 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -207,7 +207,9 @@ int handle_romentries(uint8_t *buffer, uint8_t *content); int linuxbios_init(void); extern char *lb_part, *lb_vendor; +/* spi.c */ int probe_spi(struct flashchip *flash); +int it87xx_probe_serial_flash(const char *name); /* 82802ab.c */ int probe_82802ab(struct flashchip *flash); |