blob: 6ed81b1f21cf81f505728ca0aeb2e1e94450533a [file] [log] [blame]
Anthony PERARDab938ae2017-09-06 14:40:32 +01001#include "qemu/osdep.h"
2#include "hw/i386/pc.h"
3PCIBus *find_i440fx(void)
4{
5 return NULL;
6}