diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2012-12-12 23:11:16 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2012-12-17 13:02:28 +0200 |
commit | 2059946358999da80be22494af2d5c3174142902 (patch) | |
tree | 0e1351fbe0e794eafe42b86bb816b45222e0a5fd | |
parent | 952deab6cff5d6d81ff7a63955e958894c07177c (diff) |
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>
-rw-r--r-- | hw/pci/pci_bus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/pci/pci_bus.h b/hw/pci/pci_bus.h index 8217f61969..f905b9e11e 100644 --- a/hw/pci/pci_bus.h +++ b/hw/pci/pci_bus.h @@ -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 */ |