xref: /qemu/tests/qtest/libqos/pci-spapr.h (revision 143e6db6fa4ecd2a85de740cc3754aeb86d1e802)
1cf716b31SLaurent Vivier /*
2cf716b31SLaurent Vivier  * libqos PCI bindings for SPAPR
3cf716b31SLaurent Vivier  *
4cf716b31SLaurent Vivier  * This work is licensed under the terms of the GNU GPL, version 2 or later.
5cf716b31SLaurent Vivier  * See the COPYING file in the top-level directory.
6cf716b31SLaurent Vivier  */
7cf716b31SLaurent Vivier 
8cf716b31SLaurent Vivier #ifndef LIBQOS_PCI_SPAPR_H
9cf716b31SLaurent Vivier #define LIBQOS_PCI_SPAPR_H
10cf716b31SLaurent Vivier 
11cf716b31SLaurent Vivier #include "libqos/malloc.h"
12cf716b31SLaurent Vivier #include "libqos/pci.h"
13cf716b31SLaurent Vivier 
14*143e6db6SEmanuele Giuseppe Esposito QPCIBus *qpci_new_spapr(QTestState *qts, QGuestAllocator *alloc);
15cf716b31SLaurent Vivier void     qpci_free_spapr(QPCIBus *bus);
16cf716b31SLaurent Vivier 
17cf716b31SLaurent Vivier #endif
18