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 70a390f2f3..df122eba4b 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -410,6 +410,8 @@ void print_supported_boards(void); int chipset_flash_enable(void); void print_supported_chipsets(void); +extern unsigned long flashbase; + typedef enum { BUS_TYPE_LPC, BUS_TYPE_ICH7_SPI, |