]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/xen-mapcache.h
MAINTAINERS: update location of microvm docs
[mirror_qemu.git] / include / sysemu / xen-mapcache.h
index bd4d49e0a477404824ae3c7210310b83dd003ac9..c8e7c2f6cf51aa39cc2230de6196e43d99afff34 100644 (file)
@@ -9,9 +9,10 @@
 #ifndef XEN_MAPCACHE_H
 #define XEN_MAPCACHE_H
 
-typedef hwaddr (*phys_offset_to_gaddr_t)(hwaddr start_addr,
-                                                     ram_addr_t size,
-                                                     void *opaque);
+#include "exec/cpu-common.h"
+
+typedef hwaddr (*phys_offset_to_gaddr_t)(hwaddr phys_offset,
+                                         ram_addr_t size);
 #ifdef CONFIG_XEN
 
 void xen_map_cache_init(phys_offset_to_gaddr_t f,