summaryrefslogtreecommitdiff
path: root/flash.h
diff options
context:
space:
mode:
authorstuge <stuge@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2008-12-03 21:24:40 +0000
committerstuge <stuge@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2008-12-03 21:24:40 +0000
commit2bc4bf19b8188b1ba255f88c25040e4056bf5498 (patch)
tree2beae788f35f5893b5cee831bf43b1f248b99374 /flash.h
parent669af628de8aa206c11693ba505bf1b302571e9d (diff)
downloadflashrom-2bc4bf19b8188b1ba255f88c25040e4056bf5498.tar.gz
Original v2 revision: 3790
Replace #ifdefs for sc520 systems by run time probing. fixes #109 Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 70a390f..df122eb 100644
--- a/flash.h
+++ b/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,