]> Git Repo - qemu.git/blame - tests/libqos/pci-pc.h
default-configs: add test device to all machines supporting ISA
[qemu.git] / tests / libqos / pci-pc.h
CommitLineData
c4efe1ca
AL
1/*
2 * libqos PCI bindings for PC
3 *
4 * Copyright IBM, Corp. 2012-2013
5 *
6 * Authors:
7 * Anthony Liguori <[email protected]>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13#ifndef LIBQOS_PCI_PC_H
14#define LIBQOS_PCI_PC_H
15
16#include "libqos/pci.h"
17
18QPCIBus *qpci_init_pc(void);
19
20#endif
This page took 0.060447 seconds and 4 git commands to generate.