qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 18/18] cris: Fix broken header guard in hw/cris/boot


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 18/18] cris: Fix broken header guard in hw/cris/boot.h
Date: Wed, 29 Jun 2016 17:56:05 +0200

Found with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster <address@hidden>
---
 hw/cris/boot.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/cris/boot.h b/hw/cris/boot.h
index c4d3fa6..218854e 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
 {
-- 
2.5.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]