mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07: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
|
|
@ -80,4 +80,4 @@ static inline ISADevice *kvm_pit_init(ISABus *bus, int base)
|
|||
void pit_set_gate(ISADevice *dev, int channel, int val);
|
||||
void pit_get_channel_info(ISADevice *dev, int channel, PITChannelInfo *info);
|
||||
|
||||
#endif /* !HW_I8254_H */
|
||||
#endif /* HW_I8254_H */
|
||||
|
|
|
|||
|
|
@ -73,4 +73,4 @@ void pit_get_channel_info_common(PITCommonState *s, PITChannelState *sc,
|
|||
PITChannelInfo *info);
|
||||
void pit_reset_common(PITCommonState *s);
|
||||
|
||||
#endif /* !QEMU_I8254_INTERNAL_H */
|
||||
#endif /* QEMU_I8254_INTERNAL_H */
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ ISADevice *rtc_init(ISABus *bus, int base_year, qemu_irq intercept_irq);
|
|||
void rtc_set_memory(ISADevice *dev, int addr, int val);
|
||||
int rtc_get_memory(ISADevice *dev, int addr);
|
||||
|
||||
#endif /* !MC146818RTC_H */
|
||||
#endif /* MC146818RTC_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue