[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen: Update header guards - Intel TXT
commit 964c9568eaa58f621384f58e0d275f3b060d781d Author: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> AuthorDate: Wed Oct 9 09:53:05 2024 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Oct 9 09:53:05 2024 +0200 xen: Update header guards - Intel TXT Update the header related to Intel trusted execution technology. Signed-off-by: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/include/asm/tboot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/arch/x86/include/asm/tboot.h b/xen/arch/x86/include/asm/tboot.h index 818d5fa451..15479fe80e 100644 --- a/xen/arch/x86/include/asm/tboot.h +++ b/xen/arch/x86/include/asm/tboot.h @@ -34,8 +34,8 @@ * */ -#ifndef __TBOOT_H__ -#define __TBOOT_H__ +#ifndef ASM__X86__TBOOT_H +#define ASM__X86__TBOOT_H #include <xen/acpi.h> @@ -147,7 +147,7 @@ static inline int tboot_wake_ap(int apicid, unsigned long sipi_vec) } #endif /* CONFIG_TBOOT */ -#endif /* __TBOOT_H__ */ +#endif /* ASM__X86__TBOOT_H */ /* * Local variables: -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |