summaryrefslogtreecommitdiff
path: root/hw/i386/multiboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/multiboot.h')
-rw-r--r--hw/i386/multiboot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/i386/multiboot.h b/hw/i386/multiboot.h
index 98fb1b776c..60de309cd1 100644
--- a/hw/i386/multiboot.h
+++ b/hw/i386/multiboot.h
@@ -1,7 +1,9 @@
#ifndef QEMU_MULTIBOOT_H
#define QEMU_MULTIBOOT_H
-int load_multiboot(void *fw_cfg,
+#include "hw/nvram/fw_cfg.h"
+
+int load_multiboot(FWCfgState *fw_cfg,
FILE *f,
const char *kernel_filename,
const char *initrd_filename,