diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-10-27 19:07:10 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-10-27 19:07:10 +0200 |
commit | b907b69dd75415bc28349d1dd1e9a598ddace463 (patch) | |
tree | ac0c20fcaef6e9d675132617e95ca457dc51459e /hw/ioh3420.h | |
parent | df2943ba3c73ca21dbda063f15fa3e80064af864 (diff) | |
parent | 804b207170cdccca3672b63caaf82312ad205a7f (diff) | |
download | qemu-b907b69dd75415bc28349d1dd1e9a598ddace463.zip qemu-b907b69dd75415bc28349d1dd1e9a598ddace463.tar.gz qemu-b907b69dd75415bc28349d1dd1e9a598ddace463.tar.bz2 |
Merge branch 'pci' into for_anthony
Diffstat (limited to 'hw/ioh3420.h')
-rw-r--r-- | hw/ioh3420.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/ioh3420.h b/hw/ioh3420.h new file mode 100644 index 0000000..68c523a --- /dev/null +++ b/hw/ioh3420.h @@ -0,0 +1,10 @@ +#ifndef QEMU_IOH3420_H +#define QEMU_IOH3420_H + +#include "pcie_port.h" + +PCIESlot *ioh3420_init(PCIBus *bus, int devfn, bool multifunction, + const char *bus_name, pci_map_irq_fn map_irq, + uint8_t port, uint8_t chassis, uint16_t slot); + +#endif /* QEMU_IOH3420_H */ |