]> git.proxmox.com Git - mirror_qemu.git/blob - hw/i386/multiboot.h
Merge tag 'pull-request-2024-01-16' of https://gitlab.com/thuth/qemu into staging
[mirror_qemu.git] / hw / i386 / multiboot.h
1 #ifndef QEMU_MULTIBOOT_H
2 #define QEMU_MULTIBOOT_H
3
4 #include "hw/nvram/fw_cfg.h"
5 #include "hw/i386/x86.h"
6
7 int load_multiboot(X86MachineState *x86ms,
8 FWCfgState *fw_cfg,
9 FILE *f,
10 const char *kernel_filename,
11 const char *initrd_filename,
12 const char *kernel_cmdline,
13 int kernel_file_size,
14 uint8_t *header);
15
16 #endif