Statistics
| Branch: | Revision:

root / hw / xio3130_upstream.h @ e7b43f7e

History | View | Annotate | Download (319 Bytes)

1 faf1e708 Isaku Yamahata
#ifndef QEMU_XIO3130_UPSTREAM_H
2 faf1e708 Isaku Yamahata
#define QEMU_XIO3130_UPSTREAM_H
3 faf1e708 Isaku Yamahata
4 faf1e708 Isaku Yamahata
#include "pcie_port.h"
5 faf1e708 Isaku Yamahata
6 faf1e708 Isaku Yamahata
PCIEPort *xio3130_upstream_init(PCIBus *bus, int devfn, bool multifunction,
7 faf1e708 Isaku Yamahata
                                const char *bus_name, pci_map_irq_fn map_irq,
8 faf1e708 Isaku Yamahata
                                uint8_t port);
9 faf1e708 Isaku Yamahata
10 faf1e708 Isaku Yamahata
#endif /* QEMU_XIO3130_H */