summaryrefslogtreecommitdiff
path: root/host/include/host_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/host_common.h')
-rw-r--r--host/include/host_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/host_common.h b/host/include/host_common.h
index 007c9d91..5d206301 100644
--- a/host/include/host_common.h
+++ b/host/include/host_common.h
@@ -30,7 +30,8 @@ VbFirmwarePreambleHeader* CreateFirmwarePreamble(
uint64_t firmware_version,
const VbPublicKey* kernel_subkey,
const VbSignature* body_signature,
- const VbPrivateKey* signing_key);
+ const VbPrivateKey* signing_key,
+ uint32_t flags);
/* Creates a kernel preamble, signed with [signing_key].