提交 20599463 编写于 作者: M Michael S. Tsirkin

pci_bus.h: tweak include guards

Now that header has been renamed, tweak include guards
to match.
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 952deab6
#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 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册