From: Markus Armbruster Date: Wed, 29 Jun 2016 13:51:29 +0000 (+0200) Subject: cris: Fix broken header guard in hw/cris/boot.h X-Git-Tag: v2.7.0-rc0~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82751a32be872e71c22167234ac88ba52bf96a37;p=thirdparty%2Fqemu.git cris: Fix broken header guard in hw/cris/boot.h Found with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster Reviewed-by: Richard Henderson --- diff --git a/hw/cris/boot.h b/hw/cris/boot.h index c4d3fa6f6f6..218854e5d12 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 {