1#include "qemu/osdep.h"
2#include "hw/i386/pc.h"
3PCIBus *find_i440fx(void)
4{
5 return NULL;
6}
7