[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v3 11/19] xen: Update header guards - Kconfig
Updated headers related to Kconfig. Signed-off-by: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> --- 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(-) diff --git a/xen/tools/kconfig/expr.h b/xen/tools/kconfig/expr.h index 017843c9a4..044e88deac 100644 --- a/xen/tools/kconfig/expr.h +++ b/xen/tools/kconfig/expr.h @@ -3,8 +3,8 @@ * Copyright (C) 2002 Roman Zippel <zippel@xxxxxxxxxxxxxx> */ -#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 */ diff --git a/xen/tools/kconfig/images.h b/xen/tools/kconfig/images.h index d8ff614bd0..4093e881db 100644 --- a/xen/tools/kconfig/images.h +++ b/xen/tools/kconfig/images.h @@ -3,8 +3,8 @@ * Copyright (C) 2002 Roman Zippel <zippel@xxxxxxxxxxxxxx> */ -#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 */ diff --git a/xen/tools/kconfig/list.h b/xen/tools/kconfig/list.h index 45cb237ab7..5d30f91282 100644 --- a/xen/tools/kconfig/list.h +++ b/xen/tools/kconfig/list.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/... diff --git a/xen/tools/kconfig/lkc.h b/xen/tools/kconfig/lkc.h index 4fb16f3166..aee4a94696 100644 --- a/xen/tools/kconfig/lkc.h +++ b/xen/tools/kconfig/lkc.h @@ -3,8 +3,8 @@ * Copyright (C) 2002 Roman Zippel <zippel@xxxxxxxxxxxxxx> */ -#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 */ -- 2.34.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |