10 lines
270 B
C
10 lines
270 B
C
|
#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
|