mirror of
https://github.com/mii443/qemu.git
synced 2025-08-29 10:29:27 +00:00
pci: update all users to look in pci/
update all users so we can remove the makefile hack. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
@ -8,13 +8,13 @@
|
||||
#include "pc.h"
|
||||
#include "apm.h"
|
||||
#include "ioapic.h"
|
||||
#include "pci.h"
|
||||
#include "pcie_host.h"
|
||||
#include "pci_bridge.h"
|
||||
#include "pci/pci.h"
|
||||
#include "pci/pcie_host.h"
|
||||
#include "pci/pci_bridge.h"
|
||||
#include "acpi.h"
|
||||
#include "acpi_ich9.h"
|
||||
#include "pam.h"
|
||||
#include "pci_internals.h"
|
||||
#include "pci/pci_internals.h"
|
||||
|
||||
void ich9_lpc_set_irq(void *opaque, int irq_num, int level);
|
||||
int ich9_lpc_map_irq(PCIDevice *pci_dev, int intx);
|
||||
|
Reference in New Issue
Block a user