2010-10-20 10:18:54 +02:00
|
|
|
#ifndef QEMU_XIO3130_UPSTREAM_H
|
|
|
|
#define QEMU_XIO3130_UPSTREAM_H
|
|
|
|
|
2013-02-04 15:40:22 +01:00
|
|
|
#include "hw/pci/pcie_port.h"
|
2010-10-20 10:18:54 +02: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 15:29:06 +02:00
|
|
|
#endif /* QEMU_XIO3130_UPSTREAM_H */
|