]> Git Repo - qemu.git/blame - tests/libqos/pci-spapr.h
ide: fix invalid TRIM range abortion for macio
[qemu.git] / tests / libqos / pci-spapr.h
CommitLineData
cf716b31
LV
1/*
2 * libqos PCI bindings for SPAPR
3 *
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 */
7
8#ifndef LIBQOS_PCI_SPAPR_H
9#define LIBQOS_PCI_SPAPR_H
10
11#include "libqos/malloc.h"
12#include "libqos/pci.h"
13
e5d1730d 14QPCIBus *qpci_init_spapr(QTestState *qts, QGuestAllocator *alloc);
cf716b31
LV
15void qpci_free_spapr(QPCIBus *bus);
16
17#endif
This page took 0.112136 seconds and 4 git commands to generate.