summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_common.h')
-rw-r--r--firmware/lib/include/vboot_common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/lib/include/vboot_common.h b/firmware/lib/include/vboot_common.h
index 6851f2f0..944ce352 100644
--- a/firmware/lib/include/vboot_common.h
+++ b/firmware/lib/include/vboot_common.h
@@ -26,12 +26,4 @@ void PublicKeyInit(struct vb2_packed_key *key,
int PublicKeyCopy(struct vb2_packed_key *dest,
const struct vb2_packed_key *src);
-/**
- * Verify that the Vmlinuz Header is contained inside of the kernel blob.
- *
- * Returns VB2_SUCCESS or VBOOT_PREAMBLE_INVALID on error
- */
-vb2_error_t VerifyVmlinuzInsideKBlob(uint64_t kblob, uint64_t kblob_size,
- uint64_t header, uint64_t header_size);
-
#endif /* VBOOT_REFERENCE_VBOOT_COMMON_H_ */