diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2007-05-24 08:48:10 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-05-24 08:48:10 +0000 |
commit | 8924fdd22b2399bb09a09b4b35317202c391f858 (patch) | |
tree | 52f7f4d90736a3fa2d358bb2e8e0b4af88f85fb6 /util/flashrom/flash.h | |
parent | a18501dae89c0ede2a208f8f72449e2357d2c88b (diff) |
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
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index ad9f61a35f..51ce38baca 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/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__ */ |