summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/vbexport/misc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/vbexport/misc.c b/lib/vbexport/misc.c
index 9a608aba4b..f4f73e4763 100644
--- a/lib/vbexport/misc.c
+++ b/lib/vbexport/misc.c
@@ -39,3 +39,8 @@ uint32_t VbExIsShutdownRequested(void)
return 0;
}
+
+int vbexport_init(void)
+{
+ return 0;
+}