commit | ff4f197a24d2b06162e062004874ac915ee353ac | [log] [tgz] |
---|---|---|
author | Stefan Reinauer <stepan@coresystems.de> | Thu May 24 08:48:10 2007 +0000 |
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | Thu May 24 08:48:10 2007 +0000 |
tree | f0892c97e2f71c31bab955384efebffd8fb1621a | |
parent | 7c1402f2208f3240de9f28f6ac48a24f526c430d [diff] [blame] |
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>
diff --git a/flash.h b/flash.h index ad9f61a..51ce38b 100644 --- a/flash.h +++ b/flash.h
@@ -154,4 +154,6 @@ extern int fd_mem; +int map_flash_registers(struct flashchip *flash); /* flashrom.c */ + #endif /* !__FLASH_H__ */