summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_kernel.h')
-rw-r--r--firmware/lib/include/vboot_kernel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/lib/include/vboot_kernel.h b/firmware/lib/include/vboot_kernel.h
index 4754f6d8..567c10ad 100644
--- a/firmware/lib/include/vboot_kernel.h
+++ b/firmware/lib/include/vboot_kernel.h
@@ -79,11 +79,6 @@ vb2_error_t VbBootDeveloperMenu(struct vb2_context *ctx);
vb2_error_t VbBootRecoveryMenu(struct vb2_context *ctx);
/**
- * Reinitialize global state. This should only need to be called by init tests.
- */
-void vb2_init_ui(void);
-
-/**
* Writes modified secdata spaces and nvdata.
*
* This is a temporary wrapper around vb2ex_commit_data, until secdata-writing