summaryrefslogtreecommitdiff
path: root/host/lib21/include/host_fw_preamble2.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib21/include/host_fw_preamble2.h')
-rw-r--r--host/lib21/include/host_fw_preamble2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib21/include/host_fw_preamble2.h b/host/lib21/include/host_fw_preamble2.h
index 52644493..9723441f 100644
--- a/host/lib21/include/host_fw_preamble2.h
+++ b/host/lib21/include/host_fw_preamble2.h
@@ -25,9 +25,9 @@ struct vb2_private_key;
* @param desc Description for preamble, or NULL if none
* @return VB2_SUCCESS, or non-zero error code if failure.
*/
-int vb2_fw_preamble_create(struct vb2_fw_preamble2 **fp_ptr,
+int vb2_fw_preamble_create(struct vb2_fw_preamble **fp_ptr,
const struct vb2_private_key *signing_key,
- const struct vb2_signature2 **hash_list,
+ const struct vb2_signature **hash_list,
uint32_t hash_count,
uint32_t fw_version,
uint32_t flags,