1 /* 2 * Memory manager for remote device 3 * 4 * Copyright © 2018, 2021 Oracle and/or its affiliates. 5 * 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 * See the COPYING file in the top-level directory. 8 * 9 */ 10 11 #ifndef REMOTE_MEMORY_H 12 #define REMOTE_MEMORY_H 13 14 #include "exec/hwaddr.h" 15 #include "hw/remote/mpqemu-link.h" 16 17 void remote_sysmem_reconfig(MPQemuMsg *msg, Error **errp); 18 19 #endif 20