From b8f364bece63ad8c8e0a015f4485ad59104b3209 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 14 Dec 2021 17:52:30 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/60113 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- programmer.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'programmer.h') 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); -- cgit v1.2.3