utils.h 219 B

12345678
  1. #ifndef HW_ACPI_UTILS_H
  2. #define HW_ACPI_UTILS_H
  3. #include "hw/nvram/fw_cfg.h"
  4. MemoryRegion *acpi_add_rom_blob(FWCfgCallback update, void *opaque,
  5. GArray *blob, const char *name);
  6. #endif