summaryrefslogtreecommitdiff
path: root/firmware/lib/include/tpm_bootmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/tpm_bootmode.h')
-rw-r--r--firmware/lib/include/tpm_bootmode.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/firmware/lib/include/tpm_bootmode.h b/firmware/lib/include/tpm_bootmode.h
index cdc9fcd1..0a8044ec 100644
--- a/firmware/lib/include/tpm_bootmode.h
+++ b/firmware/lib/include/tpm_bootmode.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+/* Copyright (c) 2013 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.
*
@@ -10,16 +10,17 @@
#include "sysincludes.h"
-/* Update TPM PCR State with the boot path status.
+/**
+ * Update TPM PCR State with the boot path status.
+ *
* [developer_mode]: State of the developer switch.
* [recovery_mode}: State of the recovery mode.
- * [fw_keyblock_flags]: Keyblock flags on the to-be-booted
+ * [fw_keyblock_flags]: Keyblock flags of the to-be-booted
* RW firmware keyblock.
*
- * Returns: TPM_SUCCESS if the TPM extend operation succeeds.
+ * Returns: TPM_SUCCESS if the TPM extend operation succeeds.
*/
-
uint32_t SetTPMBootModeState(int developer_mode, int recovery_mode,
- uint64_t fw_keyblock_flags);
+ uint64_t fw_keyblock_flags);
#endif /* VBOOT_REFERENCE_TPM_BOOTMODE_H_ */