hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
[qemu/ar7.git] / include / hw / remote / memory.h
blobbc2e30945f57ccfcb74b30f2958f07c7d1a3e30e
1 /*
2 * Memory manager for remote device
4 * Copyright © 2018, 2021 Oracle and/or its affiliates.
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.
9 */
11 #ifndef REMOTE_MEMORY_H
12 #define REMOTE_MEMORY_H
14 #include "exec/hwaddr.h"
15 #include "hw/remote/mpqemu-link.h"
17 void remote_sysmem_reconfig(MPQemuMsg *msg, Error **errp);
19 #endif