]> Git Repo - qemu.git/commitdiff
pci_bus.h: tweak include guards
authorMichael S. Tsirkin <[email protected]>
Wed, 12 Dec 2012 21:11:16 +0000 (23:11 +0200)
committerMichael S. Tsirkin <[email protected]>
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 <[email protected]>
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 */
This page took 0.025056 seconds and 4 git commands to generate.