git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
[qemu.git]
/
include
/
hw
/
acpi
/
utils.h
1
#ifndef HW_ACPI_UTILS_H
2
#define HW_ACPI_UTILS_H
3
4
#include
"hw/nvram/fw_cfg.h"
5
6
MemoryRegion
*
acpi_add_rom_blob
(
FWCfgCallback update
,
void
*
opaque
,
7
GArray
*
blob
,
const char
*
name
);
8
#endif