As each target declares the same prototypes, we can use a single header, removing the TARGET_XXX uses. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Message-Id: <20250513171737.74386-1-philmd@linaro.org>
11 lines
315 B
C
11 lines
315 B
C
#ifndef HW_XEN_ARCH_HVM_H
|
|
#define HW_XEN_ARCH_HVM_H
|
|
|
|
#include <xen/hvm/ioreq.h>
|
|
#include "hw/xen/xen-hvm-common.h"
|
|
|
|
void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
|
|
void arch_xen_set_memory(XenIOState *state,
|
|
MemoryRegionSection *section,
|
|
bool add);
|
|
#endif
|