mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -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
|
@ -33,7 +33,7 @@
|
|||
#include <libfdt.h>
|
||||
#include "trace.h"
|
||||
|
||||
#include "hw/pci/pci_internals.h"
|
||||
#include "hw/pci/pci_bus.h"
|
||||
|
||||
/* Copied from the kernel arch/powerpc/platforms/pseries/msi.c */
|
||||
#define RTAS_QUERY_FN 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue