aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-virtio.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/s390x/s390-virtio.h')
-rw-r--r--hw/s390x/s390-virtio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/s390-virtio.h b/hw/s390x/s390-virtio.h
index cf687968b4..f389aa1a67 100644
--- a/hw/s390x/s390-virtio.h
+++ b/hw/s390x/s390-virtio.h
@@ -27,4 +27,5 @@ void s390_init_ipl_dev(const char *kernel_filename,
bool enforce_bios);
void s390_create_virtio_net(BusState *bus, const char *name);
void s390_nmi(NMIState *n, int cpu_index, Error **errp);
+void s390_memory_init(ram_addr_t mem_size);
#endif