Commit 20599463 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

pci_bus.h: tweak include guards



Now that header has been renamed, tweak include guards
to match.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 952deab6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#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 */