@@ -3,8 +3,8 @@
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
*/
-#ifndef EXPR_H
-#define EXPR_H
+#ifndef TOOLS__KCONFIG__EXPR_H
+#define TOOLS__KCONFIG__EXPR_H
#ifdef __cplusplus
extern "C" {
@@ -329,4 +329,4 @@ static inline int expr_is_no(struct expr *e)
}
#endif
-#endif /* EXPR_H */
+#endif /* TOOLS__KCONFIG__EXPR_H */
@@ -3,8 +3,8 @@
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
*/
-#ifndef IMAGES_H
-#define IMAGES_H
+#ifndef TOOLS__KCONFIG__IMAGES_H
+#define TOOLS__KCONFIG__IMAGES_H
#ifdef __cplusplus
extern "C" {
@@ -30,4 +30,4 @@ extern const char *xpm_void[];
}
#endif
-#endif /* IMAGES_H */
+#endif /* TOOLS__KCONFIG__IMAGES_H */
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef LIST_H
-#define LIST_H
+#ifndef TOOLS__KCONFIG__LIST_H
+#define TOOLS__KCONFIG__LIST_H
/*
* Copied from include/linux/...
@@ -3,8 +3,8 @@
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
*/
-#ifndef LKC_H
-#define LKC_H
+#ifndef TOOLS__KCONFIG__LKC_H
+#define TOOLS__KCONFIG__LKC_H
#include "expr.h"
@@ -155,4 +155,4 @@ static inline bool sym_has_value(struct symbol *sym)
}
#endif
-#endif /* LKC_H */
+#endif /* TOOLS__KCONFIG__LKC_H */
Updated headers related to Kconfig. Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com> --- xen/tools/kconfig/expr.h | 6 +++--- xen/tools/kconfig/images.h | 6 +++--- xen/tools/kconfig/list.h | 4 ++-- xen/tools/kconfig/lkc.h | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-)