sd: sdhci: Remove block count enable check in single block transfers
[qemu/ar7.git] / tests / libqos / pci-spapr.h
blob4192126d8621cbf14bed6e80ab51b76679309e38
1 /*
2 * libqos PCI bindings for SPAPR
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
8 #ifndef LIBQOS_PCI_SPAPR_H
9 #define LIBQOS_PCI_SPAPR_H
11 #include "libqos/malloc.h"
12 #include "libqos/pci.h"
14 QPCIBus *qpci_init_spapr(QGuestAllocator *alloc);
15 void qpci_free_spapr(QPCIBus *bus);
17 #endif