blob: 140b4de6034c9e8c1f9d9f8c18eacdd583129a3d (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef HW_ACPI_UTILS_H
#define HW_ACPI_UTILS_H
#include "hw/nvram/fw_cfg.h"
MemoryRegion *acpi_add_rom_blob(FWCfgCallback update, void *opaque,
GArray *blob, const char *name,
uint64_t max_size);
#endif
|