diff options
Diffstat (limited to 'xen-mapcache.h')
-rw-r--r-- | xen-mapcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xen-mapcache.h b/xen-mapcache.h index 339444c94e..b89b8f9653 100644 --- a/xen-mapcache.h +++ b/xen-mapcache.h @@ -14,7 +14,6 @@ void qemu_map_cache_init(void); uint8_t *qemu_map_cache(target_phys_addr_t phys_addr, target_phys_addr_t size, uint8_t lock); -void qemu_map_cache_unlock(void *phys_addr); ram_addr_t qemu_ram_addr_from_mapcache(void *ptr); void qemu_invalidate_entry(uint8_t *buffer); void qemu_invalidate_map_cache(void); |