diff options
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 9847fd3dfd..98804def33 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -371,6 +371,7 @@ void print_supported_boards(void); int chipset_flash_enable(void); void print_supported_chipsets(void); extern int ich7_detected; +extern int viaspi_detected; extern int ich9_detected; extern void *ich_spibar; |