summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2api.h')
-rw-r--r--firmware/2lib/include/2api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index 2a9a476e..e19fcf74 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -483,10 +483,9 @@ vb2_error_t vb2api_relocate(void *new_workbuf, const void *cur_workbuf,
* the memory available to be of size VB2_VBSD_SIZE.
*
* @param ctx Context pointer
- * @param wp_enabled Whether or not write-protect is enabled at boot time
* @param dest Target memory to store VbSharedDataHeader
*/
-void vb2api_export_vbsd(struct vb2_context *ctx, int wp_enabled, void *dest);
+void vb2api_export_vbsd(struct vb2_context *ctx, void *dest);
/**
* Check the validity of firmware secure storage context.