2010-10-20 12:18:54 +04:00
|
|
|
#ifndef QEMU_XIO3130_UPSTREAM_H
|
|
|
|
#define QEMU_XIO3130_UPSTREAM_H
|
|
|
|
|
2013-02-04 18:40:22 +04:00
|
|
|
#include "hw/pci/pcie_port.h"
|
2010-10-20 12:18:54 +04:00
|
|
|
|
|
|
|
PCIEPort *xio3130_upstream_init(PCIBus *bus, int devfn, bool multifunction,
|
|
|
|
const char *bus_name, pci_map_irq_fn map_irq,
|
|
|
|
uint8_t port);
|
|
|
|
|
2016-06-29 16:29:06 +03:00
|
|
|
#endif /* QEMU_XIO3130_UPSTREAM_H */
|