7 lines
104 B
C
7 lines
104 B
C
#include "qemu/osdep.h"
|
|
#include "hw/pci-host/i440fx.h"
|
|
|
|
PCIBus *find_i440fx(void)
|
|
{
|
|
return NULL;
|
|
}
|