mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -1,5 +1,5 @@
|
|||
#ifndef HW_PLATFORM_BUS_H
|
||||
#define HW_PLATFORM_BUS_H 1
|
||||
#define HW_PLATFORM_BUS_H
|
||||
|
||||
/*
|
||||
* Platform Bus device to support dynamic Sysbus devices
|
||||
|
@ -54,4 +54,4 @@ int platform_bus_get_irqn(PlatformBusDevice *platform_bus, SysBusDevice *sbdev,
|
|||
hwaddr platform_bus_get_mmio_addr(PlatformBusDevice *pbus, SysBusDevice *sbdev,
|
||||
int n);
|
||||
|
||||
#endif /* !HW_PLATFORM_BUS_H */
|
||||
#endif /* HW_PLATFORM_BUS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue