mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -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> 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
|
@ -93,4 +93,4 @@ struct AspeedGPIOState {
|
|||
} sets[ASPEED_GPIO_MAX_NR_SETS];
|
||||
};
|
||||
|
||||
#endif /* _ASPEED_GPIO_H_ */
|
||||
#endif /* ASPEED_GPIO_H */
|
||||
|
|
|
@ -73,4 +73,4 @@ struct RXICUState {
|
|||
#define TYPE_RX_ICU "rx-icu"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(RXICUState, RX_ICU)
|
||||
|
||||
#endif /* RX_ICU_H */
|
||||
#endif /* HW_INTC_RX_ICU_H */
|
||||
|
|
|
@ -47,4 +47,4 @@ struct AspeedHACEClass {
|
|||
uint32_t hash_mask;
|
||||
};
|
||||
|
||||
#endif /* _ASPEED_HACE_H_ */
|
||||
#endif /* ASPEED_HACE_H */
|
||||
|
|
|
@ -44,4 +44,4 @@ typedef struct AspeedLPCState {
|
|||
uint32_t hicr7;
|
||||
} AspeedLPCState;
|
||||
|
||||
#endif /* _ASPEED_LPC_H_ */
|
||||
#endif /* ASPEED_LPC_H */
|
||||
|
|
|
@ -29,4 +29,4 @@ struct AspeedSBCClass {
|
|||
SysBusDeviceClass parent_class;
|
||||
};
|
||||
|
||||
#endif /* _ASPEED_SBC_H_ */
|
||||
#endif /* ASPEED_SBC_H */
|
||||
|
|
|
@ -101,4 +101,4 @@ struct AwSun8iEmacState {
|
|||
|
||||
};
|
||||
|
||||
#endif /* HW_NET_ALLWINNER_SUN8I_H */
|
||||
#endif /* HW_NET_ALLWINNER_SUN8I_EMAC_H */
|
||||
|
|
|
@ -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