]> Git Repo - qemu.git/commit - linux-user/cris/target_structs.h
linux-user: Clean up target_structs.h header guards
authorMarkus Armbruster <[email protected]>
Wed, 29 Jun 2016 14:15:33 +0000 (16:15 +0200)
committerMarkus Armbruster <[email protected]>
Tue, 12 Jul 2016 14:19:16 +0000 (16:19 +0200)
commit35003856977599497f7a873c026c95f2ed3a56e3
tree7a2c55f0e846745b9143d259b414f82f04f29a64
parent9c93ae13a4014055c5c78e81078e5ccdc60c1cfa
linux-user: Clean up target_structs.h header guards

These headers all use TARGET_STRUCTS_H as header guard symbol.  Reuse
of the same guard symbol in multiple headers is okay as long as they
cannot be included together.

Since we can avoid guard symbol reuse easily, do so: use guard symbol
$target_TARGET_STRUCTS_H for linux-user/$target/target_structs.h.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
17 files changed:
linux-user/aarch64/target_structs.h
linux-user/alpha/target_structs.h
linux-user/arm/target_structs.h
linux-user/cris/target_structs.h
linux-user/i386/target_structs.h
linux-user/m68k/target_structs.h
linux-user/microblaze/target_structs.h
linux-user/mips/target_structs.h
linux-user/openrisc/target_structs.h
linux-user/ppc/target_structs.h
linux-user/s390x/target_structs.h
linux-user/sh4/target_structs.h
linux-user/sparc/target_structs.h
linux-user/sparc64/target_structs.h
linux-user/tilegx/target_structs.h
linux-user/unicore32/target_structs.h
linux-user/x86_64/target_structs.h
This page took 0.029083 seconds and 4 git commands to generate.