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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/include/vboot_test.h b/firmware/lib/include/vboot_test.h
index 41e8e5d9..fb1f52ad 100644
--- a/firmware/lib/include/vboot_test.h
+++ b/firmware/lib/include/vboot_test.h
@@ -12,6 +12,6 @@
* vboot_api_kernel.c */
struct VbSelectAndLoadKernelParams;
-struct VbSelectAndLoadKernelParams *VbApiKernelGetParams(void);
+struct VbSelectAndLoadKernelParams **VbApiKernelGetParamsPtr(void);
#endif /* VBOOT_REFERENCE_TEST_API_H_ */