summaryrefslogtreecommitdiffstats
path: root/libstb/tss
diff options
context:
space:
mode:
Diffstat (limited to 'libstb/tss')
-rw-r--r--libstb/tss/trustedboot.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstb/tss/trustedboot.H b/libstb/tss/trustedboot.H
index dccee1a7..bee3b49d 100644
--- a/libstb/tss/trustedboot.H
+++ b/libstb/tss/trustedboot.H
@@ -19,8 +19,8 @@
* codes to equivalent routines and types in skiboot.
***************************************************************/
-#ifndef __TRUSTEDBOOT_H
-#define __TRUSTEDBOOT_H
+#ifndef __TSS_TRUSTEDBOOT_H
+#define __TSS_TRUSTEDBOOT_H
#include <skiboot.h>
#include <stdint.h>
@@ -69,4 +69,4 @@ typedef enum {
IMPLEMENTATION_PCR = 24
} TPM_Pcr;
-#endif
+#endif /* __TSS_TRUSTEDBOOT_H */
OpenPOWER on IntegriCloud