Add qemu 2.4.0
[kvmfornfv.git] / qemu / hw / i386 / multiboot.h
diff --git a/qemu/hw/i386/multiboot.h b/qemu/hw/i386/multiboot.h
new file mode 100644 (file)
index 0000000..60de309
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef QEMU_MULTIBOOT_H
+#define QEMU_MULTIBOOT_H
+
+#include "hw/nvram/fw_cfg.h"
+
+int load_multiboot(FWCfgState *fw_cfg,
+                   FILE *f,
+                   const char *kernel_filename,
+                   const char *initrd_filename,
+                   const char *kernel_cmdline,
+                   int kernel_file_size,
+                   uint8_t *header);
+
+#endif