]> git.proxmox.com Git - qemu.git/commitdiff
pci_bus.h: tweak include guards
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 12 Dec 2012 21:11:16 +0000 (23:11 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 17 Dec 2012 11:02:28 +0000 (13:02 +0200)
Now that header has been renamed, tweak include guards
to match.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci/pci_bus.h

index 8217f61969851701ec3d5c841fa87b95f1db5cd2..f905b9e11e112d3229995fe17294701dff752733 100644 (file)
@@ -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 */