mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -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:
@@ -1,5 +1,5 @@
|
||||
#ifndef CPU_COMMON_H
|
||||
#define CPU_COMMON_H 1
|
||||
#define CPU_COMMON_H
|
||||
|
||||
/* CPU interfaces that are target independent. */
|
||||
|
||||
@@ -117,4 +117,4 @@ int qemu_ram_foreach_block(RAMBlockIterFunc func, void *opaque);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* !CPU_COMMON_H */
|
||||
#endif /* CPU_COMMON_H */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef GEN_ICOUNT_H
|
||||
#define GEN_ICOUNT_H 1
|
||||
#define GEN_ICOUNT_H
|
||||
|
||||
#include "qemu/timer.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
This one expands generation functions for tcg opcodes. */
|
||||
|
||||
#ifndef HELPER_GEN_H
|
||||
#define HELPER_GEN_H 1
|
||||
#define HELPER_GEN_H
|
||||
|
||||
#include "exec/helper-head.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
This one expands prototypes for the helper functions. */
|
||||
|
||||
#ifndef HELPER_PROTO_H
|
||||
#define HELPER_PROTO_H 1
|
||||
#define HELPER_PROTO_H
|
||||
|
||||
#include "exec/helper-head.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
This one defines data structures private to tcg.c. */
|
||||
|
||||
#ifndef HELPER_TCG_H
|
||||
#define HELPER_TCG_H 1
|
||||
#define HELPER_TCG_H
|
||||
|
||||
#include "exec/helper-head.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,9 @@
|
||||
*
|
||||
* This code is licensed under the GPL
|
||||
*/
|
||||
|
||||
#ifndef SOFTMMU_SEMI_H
|
||||
#define SOFTMMU_SEMI_H 1
|
||||
#define SOFTMMU_SEMI_H
|
||||
|
||||
static inline uint64_t softmmu_tget64(CPUArchState *env, target_ulong addr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user