]> Git Repo - qemu.git/blob - hw/pci-bridge/xio3130_downstream.h
ide: bdrv_attach_dev() for empty CD-ROM
[qemu.git] / hw / pci-bridge / xio3130_downstream.h
1 #ifndef QEMU_XIO3130_DOWNSTREAM_H
2 #define QEMU_XIO3130_DOWNSTREAM_H
3
4 #include "hw/pci/pcie_port.h"
5
6 PCIESlot *xio3130_downstream_init(PCIBus *bus, int devfn, bool multifunction,
7                                   const char *bus_name, pci_map_irq_fn map_irq,
8                                   uint8_t port, uint8_t chassis,
9                                   uint16_t slot);
10
11 #endif /* QEMU_XIO3130_DOWNSTREAM_H */
This page took 0.024469 seconds and 4 git commands to generate.