summaryrefslogtreecommitdiff
path: root/firmware/include/gbb_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/gbb_access.h')
-rw-r--r--firmware/include/gbb_access.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/include/gbb_access.h b/firmware/include/gbb_access.h
index 9b4e0dde..4842563b 100644
--- a/firmware/include/gbb_access.h
+++ b/firmware/include/gbb_access.h
@@ -28,7 +28,6 @@ VbError_t VbGbbReadRootKey(struct vb2_context *ctx,
* Read the recovery key from the GBB
*
* @param ctx Vboot context
- * @param cparams Vboot common parameters
* @param keyp Returns a pointer to the key. The caller must call
* free() on the key when finished with it.
* @return VBERROR_... error, VBERROR_SUCCESS on success,
@@ -46,7 +45,6 @@ VbError_t VbGbbReadRecoveryKey(struct vb2_context *ctx,
* then VBERROR_INVALID_PARAMETER is returned.
* @return VBERROR_... error, VBERROR_SUCCESS on success,
*/
-VbError_t VbGbbReadHWID(struct vb2_context *ctx, char *hwid,
- uint32_t max_size);
+VbError_t VbGbbReadHWID(struct vb2_context *ctx, char *hwid, uint32_t max_size);
#endif