hw/arm/virt: fdt: generate distance-map when needed
[qemu/ar7.git] / tests / libqos / pci-pc.h
blob9479b51642f9cb4c7d15580f0322435aa8e097e5
1 /*
2 * libqos PCI bindings for PC
4 * Copyright IBM, Corp. 2012-2013
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
13 #ifndef LIBQOS_PCI_PC_H
14 #define LIBQOS_PCI_PC_H
16 #include "libqos/pci.h"
17 #include "libqos/malloc.h"
19 QPCIBus *qpci_init_pc(QGuestAllocator *alloc);
20 void qpci_free_pc(QPCIBus *bus);
22 #endif