projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952deab
)
pci_bus.h: tweak include guards
author
Michael S. Tsirkin
<mst@redhat.com>
Wed, 12 Dec 2012 21:11:16 +0000
(23:11 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/hw/pci/pci_bus.h
b/hw/pci/pci_bus.h
index 8217f61969851701ec3d5c841fa87b95f1db5cd2..f905b9e11e112d3229995fe17294701dff752733 100644
(file)
--- a/
hw/pci/pci_bus.h
+++ b/
hw/pci/pci_bus.h
@@
-1,5
+1,5
@@
-#ifndef QEMU_PCI_
INTERNAL
S_H
-#define QEMU_PCI_
INTERNAL
S_H
+#ifndef QEMU_PCI_
BU
S_H
+#define QEMU_PCI_
BU
S_H
/*
* PCI Bus and Bridge datastructures.
@@
-71,4
+71,4
@@
struct PCIBridge {
const char *bus_name;
};
-#endif /* QEMU_PCI_
INTERNAL
S_H */
+#endif /* QEMU_PCI_
BU
S_H */