diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-06-29 15:51:29 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-07-12 16:20:46 +0200 |
commit | 82751a32be872e71c22167234ac88ba52bf96a37 (patch) | |
tree | a9f173f7b30e31799567a935c0f47f1d06925f7d /hw | |
parent | 175de52487ce0b0c78daa4cdf41a5a465a168a25 (diff) | |
download | qemu-82751a32be872e71c22167234ac88ba52bf96a37.zip |
cris: Fix broken header guard in hw/cris/boot.h
Found 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')
-rw-r--r-- | hw/cris/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/cris/boot.h b/hw/cris/boot.h index c4d3fa6f6f..218854e5d1 100644 --- a/hw/cris/boot.h +++ b/hw/cris/boot.h @@ -1,5 +1,5 @@ -#ifndef _CRIS_BOOT_H -#define HW_CRIS_BOOT_H 1 +#ifndef HW_CRIS_BOOT_H +#define HW_CRIS_BOOT_H struct cris_load_info { |