2
0

acpi-microvm.h 152 B

12345678
  1. #ifndef HW_I386_ACPI_MICROVM_H
  2. #define HW_I386_ACPI_MICROVM_H
  3. #include "hw/i386/microvm.h"
  4. void acpi_setup_microvm(MicrovmMachineState *mms);
  5. #endif