From 3f2546b2ef55b661fd8dd69682b38992225e86f6 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 01:17:54 +0100 Subject: Initial import of qemu-2.4.1 --- tests/libqos/pci-pc.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/libqos/pci-pc.h (limited to 'tests/libqos/pci-pc.h') diff --git a/tests/libqos/pci-pc.h b/tests/libqos/pci-pc.h new file mode 100644 index 00000000..26211790 --- /dev/null +++ b/tests/libqos/pci-pc.h @@ -0,0 +1,21 @@ +/* + * libqos PCI bindings for PC + * + * Copyright IBM, Corp. 2012-2013 + * + * Authors: + * Anthony Liguori + * + * 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_PC_H +#define LIBQOS_PCI_PC_H + +#include "libqos/pci.h" + +QPCIBus *qpci_init_pc(void); +void qpci_free_pc(QPCIBus *bus); + +#endif -- cgit v1.2.3