summaryrefslogblamecommitdiffstats
path: root/tests/libqos/pci-spapr.h
blob: 177e8c002c5b3c452634f79ec94a28d0ca5f3f42 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                            
                                                                 


                                       
/*
 * 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"

QPCIBus *qpci_new_spapr(QTestState *qts, QGuestAllocator *alloc);
void     qpci_free_spapr(QPCIBus *bus);

#endif