summaryrefslogtreecommitdiff
path: root/host/lib/include/host_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/host_common.h')
-rw-r--r--host/lib/include/host_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/include/host_common.h b/host/lib/include/host_common.h
index 40ce212a..b4693f84 100644
--- a/host/lib/include/host_common.h
+++ b/host/lib/include/host_common.h
@@ -50,6 +50,8 @@ VbKernelPreambleHeader *CreateKernelPreamble(
uint64_t bootloader_address,
uint64_t bootloader_size,
const VbSignature *body_signature,
+ uint64_t vmlinuz_header_address,
+ uint64_t vmlinuz_header_size,
uint64_t desired_size,
const VbPrivateKey *signing_key);