2
0

memory.h 416 B

12345678910111213141516171819
  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. #ifndef REMOTE_MEMORY_H
  11. #define REMOTE_MEMORY_H
  12. #include "exec/hwaddr.h"
  13. #include "hw/remote/mpqemu-link.h"
  14. void remote_sysmem_reconfig(MPQemuMsg *msg, Error **errp);
  15. #endif