summaryrefslogtreecommitdiff
path: root/host/arch/mips/lib/crossystem_arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/arch/mips/lib/crossystem_arch.c')
-rw-r--r--host/arch/mips/lib/crossystem_arch.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/host/arch/mips/lib/crossystem_arch.c b/host/arch/mips/lib/crossystem_arch.c
index c0b25877..5c92c9d5 100644
--- a/host/arch/mips/lib/crossystem_arch.c
+++ b/host/arch/mips/lib/crossystem_arch.c
@@ -6,7 +6,6 @@
#include <string.h>
#include "vboot_common.h"
-#include "vboot_nvstorage.h"
#include "host_common.h"
#include "crossystem.h"
#include "crossystem_arch.h"
@@ -15,12 +14,12 @@
* wherever possible. They will need real implementation as part of of MIPS
* firmware bringup. */
-int VbReadNvStorage(VbNvContext* vnc)
+int vb2_read_nv_storage(struct vb2_context *ctx)
{
return -1;
}
-int VbWriteNvStorage(VbNvContext* vnc)
+int vb2_write_nv_storage(struct vb2_context *ctx)
{
return -1;
}