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: <20190315145123.28030-9-armbru@redhat.com>
This commit is contained in:
parent
177d9e0da0
commit
6834c3f410
@ -394,4 +394,4 @@ void ahci_reset(AHCIState *s);
|
|||||||
|
|
||||||
#define SYSBUS_AHCI(obj) OBJECT_CHECK(SysbusAHCIState, (obj), TYPE_SYSBUS_AHCI)
|
#define SYSBUS_AHCI(obj) OBJECT_CHECK(SysbusAHCIState, (obj), TYPE_SYSBUS_AHCI)
|
||||||
|
|
||||||
#endif /* HW_IDE_AHCI_H */
|
#endif /* HW_IDE_AHCI_INTERNAL_H */
|
||||||
|
@ -124,4 +124,4 @@ void aio_wait_kick(void);
|
|||||||
*/
|
*/
|
||||||
void aio_wait_bh_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque);
|
void aio_wait_bh_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque);
|
||||||
|
|
||||||
#endif /* QEMU_AIO_WAIT */
|
#endif /* QEMU_AIO_WAIT_H */
|
||||||
|
@ -142,4 +142,4 @@ void translator_loop(const TranslatorOps *ops, DisasContextBase *db,
|
|||||||
|
|
||||||
void translator_loop_temp_check(DisasContextBase *db);
|
void translator_loop_temp_check(DisasContextBase *db);
|
||||||
|
|
||||||
#endif /* EXEC__TRANSLATOR_H */
|
#endif /* EXEC__TRANSLATOR_H */
|
||||||
|
@ -53,4 +53,3 @@ typedef struct NRF51State {
|
|||||||
} NRF51State;
|
} NRF51State;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -163,4 +163,4 @@ void smmu_inv_notifiers_all(SMMUState *s);
|
|||||||
/* Unmap the range of all the notifiers registered to @mr */
|
/* Unmap the range of all the notifiers registered to @mr */
|
||||||
void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr);
|
void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr);
|
||||||
|
|
||||||
#endif /* HW_ARM_SMMU_COMMON */
|
#endif /* HW_ARM_SMMU_COMMON_H */
|
||||||
|
@ -30,4 +30,4 @@ typedef struct IMX2WdtState {
|
|||||||
MemoryRegion mmio;
|
MemoryRegion mmio;
|
||||||
} IMX2WdtState;
|
} IMX2WdtState;
|
||||||
|
|
||||||
#endif /* IMX7_SNVS_H */
|
#endif /* IMX2_WDT_H */
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
* the COPYING file in the top-level directory.
|
* the COPYING file in the top-level directory.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NRF51_RNG_H
|
#ifndef NRF51_RNG_H
|
||||||
#define NRF51_RNG_H
|
#define NRF51_RNG_H
|
||||||
|
|
||||||
@ -80,4 +81,4 @@ typedef struct {
|
|||||||
} NRF51RNGState;
|
} NRF51RNGState;
|
||||||
|
|
||||||
|
|
||||||
#endif /* NRF51_RNG_H_ */
|
#endif /* NRF51_RNG_H */
|
||||||
|
@ -99,4 +99,4 @@ typedef struct DesignwarePCIEHost {
|
|||||||
MemoryRegion mmio;
|
MemoryRegion mmio;
|
||||||
} DesignwarePCIEHost;
|
} DesignwarePCIEHost;
|
||||||
|
|
||||||
#endif /* DESIGNWARE_H */
|
#endif /* DESIGNWARE_H */
|
||||||
|
@ -80,4 +80,3 @@ DeviceState *sifive_plic_create(hwaddr addr, char *hart_config,
|
|||||||
uint32_t aperture_size);
|
uint32_t aperture_size);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -33,4 +33,4 @@ pmem_persist(const void *addr, size_t len)
|
|||||||
|
|
||||||
#endif /* CONFIG_LIBPMEM */
|
#endif /* CONFIG_LIBPMEM */
|
||||||
|
|
||||||
#endif /* !QEMU_PMEM_H */
|
#endif /* QEMU_PMEM_H */
|
||||||
|
@ -228,4 +228,4 @@ int xtensa_isa_name_compare(const void *, const void *);
|
|||||||
extern xtensa_isa_status xtisa_errno;
|
extern xtensa_isa_status xtisa_errno;
|
||||||
extern char xtisa_error_msg[];
|
extern char xtisa_error_msg[];
|
||||||
|
|
||||||
#endif /* !XTENSA_ISA_INTERNAL_H */
|
#endif /* XTENSA_ISA_INTERNAL_H */
|
||||||
|
@ -52,4 +52,4 @@ void acpi_fetch_table(QTestState *qts, uint8_t **aml, uint32_t *aml_len,
|
|||||||
const uint8_t *addr_ptr, const char *sig,
|
const uint8_t *addr_ptr, const char *sig,
|
||||||
bool verify_checksum);
|
bool verify_checksum);
|
||||||
|
|
||||||
#endif /* TEST_ACPI_UTILS_H */
|
#endif /* TEST_ACPI_UTILS_H */
|
||||||
|
@ -36,4 +36,4 @@ typedef struct TestState {
|
|||||||
void tpm_emu_test_wait_cond(TestState *s);
|
void tpm_emu_test_wait_cond(TestState *s);
|
||||||
void *tpm_emu_ctrl_thread(void *data);
|
void *tpm_emu_ctrl_thread(void *data);
|
||||||
|
|
||||||
#endif /* TEST_TPM_EMU_H */
|
#endif /* TESTS_TPM_EMU_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user