mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Clean up decorations and whitespace around header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
2a6a4076e1
commit
175de52487
111 changed files with 140 additions and 126 deletions
|
@ -67,4 +67,4 @@ void pci_bridge_map_irq(PCIBridge *br, const char* bus_name,
|
|||
#define PCI_BRIDGE_CTL_DISCARD_STATUS 0x400 /* Discard timer status */
|
||||
#define PCI_BRIDGE_CTL_DISCARD_SERR 0x800 /* Discard timer SERR# enable */
|
||||
|
||||
#endif /* QEMU_PCI_BRIDGE_H */
|
||||
#endif /* QEMU_PCI_BRIDGE_H */
|
||||
|
|
|
@ -7,8 +7,9 @@
|
|||
*
|
||||
* QEMU-specific definitions belong in pci.h
|
||||
*/
|
||||
|
||||
#ifndef HW_PCI_IDS_H
|
||||
#define HW_PCI_IDS_H 1
|
||||
#define HW_PCI_IDS_H
|
||||
|
||||
/* Device classes and subclasses */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue