]> Git Repo - qemu.git/blob - stubs/pci-host-piix.c
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' into...
[qemu.git] / stubs / pci-host-piix.c
1 #include "qemu/osdep.h"
2 #include "hw/pci-host/i440fx.h"
3
4 PCIBus *find_i440fx(void)
5 {
6     return NULL;
7 }
This page took 0.023847 seconds and 4 git commands to generate.