]> xenbits.xensource.com Git - xen.git/commitdiff
xen: Update header guards - Intel TXT
authorFrediano Ziglio <frediano.ziglio@cloud.com>
Wed, 9 Oct 2024 07:53:05 +0000 (09:53 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 9 Oct 2024 07:53:05 +0000 (09:53 +0200)
Update the header related to Intel trusted execution technology.

Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/include/asm/tboot.h

index 818d5fa451323b4cb3b9079eb8934d8c97ccf061..15479fe80e68cd3df7819e8e7d6a1c4bd7101b43 100644 (file)
@@ -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: