Skip to content

Commit

Permalink
pci_bus.h: tweak include guards
Browse files Browse the repository at this point in the history
Now that header has been renamed, tweak include guards
to match.

Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
mstsirkin committed Dec 17, 2012
1 parent 952deab commit 2059946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hw/pci/pci_bus.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -71,4 +71,4 @@ struct PCIBridge {
const char *bus_name;
};

#endif /* QEMU_PCI_INTERNALS_H */
#endif /* QEMU_PCI_BUS_H */

0 comments on commit 2059946

Please sign in to comment.