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