summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_test.h')
-rw-r--r--firmware/lib/include/vboot_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/lib/include/vboot_test.h b/firmware/lib/include/vboot_test.h
index 3cfe6377..41e8e5d9 100644
--- a/firmware/lib/include/vboot_test.h
+++ b/firmware/lib/include/vboot_test.h
@@ -11,7 +11,7 @@
/****************************************************************************
* vboot_api_kernel.c */
-struct LoadKernelParams;
-struct LoadKernelParams *VbApiKernelGetParams(void);
+struct VbSelectAndLoadKernelParams;
+struct VbSelectAndLoadKernelParams *VbApiKernelGetParams(void);
#endif /* VBOOT_REFERENCE_TEST_API_H_ */