summaryrefslogtreecommitdiff
path: root/tests/tpm_lite/tlcl_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpm_lite/tlcl_tests.h')
-rw-r--r--tests/tpm_lite/tlcl_tests.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/tpm_lite/tlcl_tests.h b/tests/tpm_lite/tlcl_tests.h
index 2b6bd6b8..7b0d295c 100644
--- a/tests/tpm_lite/tlcl_tests.h
+++ b/tests/tpm_lite/tlcl_tests.h
@@ -1,13 +1,12 @@
/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
+ *
+ * Common definitions for test programs.
*/
-/* Common definitions for test programs.
- */
-
-#ifndef TLCL_TESTS_H
-#define TLCL_TESTS_H
+#ifndef VBOOT_REFERENCE_TLCL_TESTS_H_
+#define VBOOT_REFERENCE_TLCL_TESTS_H_
/* Standard testing indexes. */
#define INDEX0 0xcafe
@@ -32,4 +31,4 @@
*/
uint32_t TlclStartupIfNeeded(void);
-#endif // TLCL_TESTS_H
+#endif /* VBOOT_REFERENCE_TLCL_TESTS_H_ */