mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
pci_bus.h: tweak include guards
Now that header has been renamed, tweak include guards to match. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
952deab6cf
commit
2059946358
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef QEMU_PCI_INTERNALS_H
|
||||
#define QEMU_PCI_INTERNALS_H
|
||||
#ifndef QEMU_PCI_BUS_H
|
||||
#define QEMU_PCI_BUS_H
|
||||
|
||||
/*
|
||||
* PCI Bus and Bridge datastructures.
|
||||
|
@ -71,4 +71,4 @@ struct PCIBridge {
|
|||
const char *bus_name;
|
||||
};
|
||||
|
||||
#endif /* QEMU_PCI_INTERNALS_H */
|
||||
#endif /* QEMU_PCI_BUS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue