qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

acpi-vga-stub.c (141B)


      1 #include "qemu/osdep.h"
      2 #include "hw/acpi/acpi_aml_interface.h"
      3 #include "vga_int.h"
      4 
      5 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope)
      6 {
      7 }