factor out register mapping code (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2691 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2007-05-24 08:48:10 +00:00
committed by Stefan Reinauer
parent a18501dae8
commit 8924fdd22b
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__ */