summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-05-24 08:48:10 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-05-24 08:48:10 +0000
commitff4f197a24d2b06162e062004874ac915ee353ac (patch)
treef0892c97e2f71c31bab955384efebffd8fb1621a /flash.h
parent7c1402f2208f3240de9f28f6ac48a24f526c430d (diff)
downloadast2050-flashrom-ff4f197a24d2b06162e062004874ac915ee353ac.zip
ast2050-flashrom-ff4f197a24d2b06162e062004874ac915ee353ac.tar.gz
Factor out register mapping code
Corresponding to flashrom svn r113 and coreboot v2 svn r2691. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
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 ad9f61a..51ce38b 100644
--- a/flash.h
+++ b/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__ */
OpenPOWER on IntegriCloud