2019-06-10 09:18:30 +08:00
|
|
|
#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,
|
2021-03-04 11:55:53 +01:00
|
|
|
GArray *blob, const char *name);
|
2019-06-10 09:18:30 +08:00
|
|
|
#endif
|