diff options
| author | Markus Armbruster | 2016-06-29 13:47:03 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2016-07-12 16:20:46 +0200 |
| commit | 2a6a4076e117113ebec97b1821071afccfdfbc96 (patch) | |
| tree | 349b8c30ac34fa345b5ce59aa1f4271dfe1a6543 /hw/microblaze | |
| parent | libdecnumber: Don't error out on decNumberLocal.h re-inclusion (diff) | |
| download | qemu-2a6a4076e117113ebec97b1821071afccfdfbc96.tar.gz qemu-2a6a4076e117113ebec97b1821071afccfdfbc96.tar.xz qemu-2a6a4076e117113ebec97b1821071afccfdfbc96.zip | |
Clean up ill-advised or unusual 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>
Diffstat (limited to 'hw/microblaze')
| -rw-r--r-- | hw/microblaze/boot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/microblaze/boot.h b/hw/microblaze/boot.h index 0eb7f8e4f6..dd1090d8b5 100644 --- a/hw/microblaze/boot.h +++ b/hw/microblaze/boot.h @@ -1,5 +1,5 @@ -#ifndef __MICROBLAZE_BOOT__ -#define __MICROBLAZE_BOOT__ +#ifndef MICROBLAZE_BOOT_H +#define MICROBLAZE_BOOT_H #include "hw/hw.h" @@ -9,4 +9,4 @@ void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base, const char *dtb_filename, void (*machine_cpu_reset)(MicroBlazeCPU *)); -#endif /* __MICROBLAZE_BOOT __ */ +#endif /* MICROBLAZE_BOOT_H */ |
