summaryrefslogtreecommitdiff
path: root/host/include/crossystem_vbnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/crossystem_vbnv.h')
-rw-r--r--host/include/crossystem_vbnv.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/host/include/crossystem_vbnv.h b/host/include/crossystem_vbnv.h
index d61506c2..2f246188 100644
--- a/host/include/crossystem_vbnv.h
+++ b/host/include/crossystem_vbnv.h
@@ -28,20 +28,6 @@ int vb2_read_nv_storage_flashrom(struct vb2_context *ctx);
*/
int vb2_write_nv_storage_flashrom(struct vb2_context* ctx);
-/**
- * Attempt to read non-volatile storage using mosys.
- *
- * Returns 0 if success, non-zero if error.
- */
-int vb2_read_nv_storage_mosys(struct vb2_context *ctx);
-
-/**
- * Attempt to write non-volatile storage using mosys.
- *
- * Returns 0 if success, non-zero if error.
- */
-int vb2_write_nv_storage_mosys(struct vb2_context* ctx);
-
#ifdef __cplusplus
}
#endif