summaryrefslogtreecommitdiffstats
path: root/programmer.h
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2021-12-14 17:52:30 +0100
committerNico Huber <nico.h@gmx.de>2021-12-22 22:53:47 +0000
commitb8f364bece63ad8c8e0a015f4485ad59104b3209 (patch)
tree6c5875900f09ca95a843bd50ae5b6230e44a718d /programmer.h
parent50720a4b0b251eb1d97d4682a4db9c2c589d6019 (diff)
downloadflashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.gz
flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.bz2
flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.zip
physmap: rename to hwaccess_physmap, create own header
Line up physmap with the other hwaccess related code. Change-Id: Ieba6f4e94cfc3e668fcb8b3c978de5908aed2592 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/60113 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'programmer.h')
-rw-r--r--programmer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/programmer.h b/programmer.h
index c4af35ae0..4dd4cad80 100644
--- a/programmer.h
+++ b/programmer.h
@@ -231,14 +231,6 @@ int chipset_flash_enable(void);
int processor_flash_enable(void);
#endif
-/* physmap.c */
-void *physmap(const char *descr, uintptr_t phys_addr, size_t len);
-void *rphysmap(const char *descr, uintptr_t phys_addr, size_t len);
-void *physmap_ro(const char *descr, uintptr_t phys_addr, size_t len);
-void *physmap_ro_unaligned(const char *descr, uintptr_t phys_addr, size_t len);
-void physunmap(void *virt_addr, size_t len);
-void physunmap_unaligned(void *virt_addr, size_t len);
-
#if CONFIG_INTERNAL == 1
/* cbtable.c */
int cb_parse_table(const char **vendor, const char **model);