repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update GitHub action for new Meson based build
[qemu/ar7.git]
/
hw
/
i386
/
multiboot.h
blob
60de309cd13682f333d9e89d86fd6c8376eb07dd
1
#ifndef QEMU_MULTIBOOT_H
2
#define QEMU_MULTIBOOT_H
3
4
#include
"hw/nvram/fw_cfg.h"
5
6
int
load_multiboot
(
FWCfgState
*
fw_cfg
,
7
FILE
*
f
,
8
const char
*
kernel_filename
,
9
const char
*
initrd_filename
,
10
const char
*
kernel_cmdline
,
11
int
kernel_file_size
,
12
uint8_t
*
header
);
13
14
#endif