summaryrefslogtreecommitdiff
path: root/tests/vboot_display_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_display_tests.c')
-rw-r--r--tests/vboot_display_tests.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/vboot_display_tests.c b/tests/vboot_display_tests.c
index 58ccda07..7565a196 100644
--- a/tests/vboot_display_tests.c
+++ b/tests/vboot_display_tests.c
@@ -16,6 +16,7 @@
#include "2struct.h"
#include "2sysincludes.h"
#include "host_common.h"
+#include "secdata_tpm.h"
#include "test_common.h"
#include "vboot_common.h"
#include "vboot_display.h"
@@ -72,6 +73,11 @@ vb2_error_t VbExDisplayDebugInfo(const char *info_str, int full_info)
return VB2_SUCCESS;
}
+vb2_error_t vb2_commit_data(struct vb2_context *c)
+{
+ return VB2_SUCCESS;
+}
+
/* Test displaying debug info */
static void DebugInfoTest(void)
{