1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-08-17 04:14:42 +02:00

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>
This commit is contained in:
Stefan Reinauer
2007-05-24 08:48:10 +00:00
committed by Stefan Reinauer
parent 7c1402f220
commit ff4f197a24
6 changed files with 31 additions and 54 deletions

View File

@@ -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__ */