2016-09-29 12:32:44 +02:00
|
|
|
/*
|
|
|
|
* libqos PCI bindings for SPAPR
|
|
|
|
*
|
|
|
|
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
|
|
|
* See the COPYING file in the top-level directory.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef LIBQOS_PCI_SPAPR_H
|
|
|
|
#define LIBQOS_PCI_SPAPR_H
|
|
|
|
|
|
|
|
#include "libqos/malloc.h"
|
|
|
|
#include "libqos/pci.h"
|
|
|
|
|
2017-09-11 19:19:52 +02:00
|
|
|
QPCIBus *qpci_init_spapr(QTestState *qts, QGuestAllocator *alloc);
|
2016-09-29 12:32:44 +02:00
|
|
|
void qpci_free_spapr(QPCIBus *bus);
|
|
|
|
|
|
|
|
#endif
|