pci-host-piix.c 104 B

1234567
  1. #include "qemu/osdep.h"
  2. #include "hw/pci-host/i440fx.h"
  3. PCIBus *find_i440fx(void)
  4. {
  5. return NULL;
  6. }