mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
pci: rename pci_internals.h pci_bus.h
There are lots of external users of pci_internals.h, apparently making it an internal interface only didn't work out. Let's stop pretending it's an internal header. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
d9fb580548
commit
06aac7bd50
13 changed files with 12 additions and 12 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "hw/pci/pcie.h"
|
||||
#include "hw/pci/msix.h"
|
||||
#include "hw/pci/msi.h"
|
||||
#include "hw/pci/pci_internals.h"
|
||||
#include "hw/pci/pci_bus.h"
|
||||
#include "hw/pci/pcie_regs.h"
|
||||
|
||||
//#define DEBUG_PCIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue