mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -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> Message-Id: <20220506134911.2856099-5-armbru@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4f31b54bfe
commit
ea9cea93c6
22 changed files with 24 additions and 26 deletions
|
|
@ -47,4 +47,4 @@ struct NvramClass {
|
|||
void (*toggle_lock)(Nvram *obj, int lock);
|
||||
};
|
||||
|
||||
#endif /* HW_M48T59_H */
|
||||
#endif /* HW_RTC_M48T59_H */
|
||||
|
|
|
|||
|
|
@ -56,4 +56,4 @@ ISADevice *mc146818_rtc_init(ISABus *bus, int base_year,
|
|||
void rtc_set_memory(ISADevice *dev, int addr, int val);
|
||||
int rtc_get_memory(ISADevice *dev, int addr);
|
||||
|
||||
#endif /* MC146818RTC_H */
|
||||
#endif /* HW_RTC_MC146818RTC_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue