summaryrefslogtreecommitdiff
path: root/src/boot/efi/cpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/cpio.h')
-rw-r--r--src/boot/efi/cpio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/boot/efi/cpio.h b/src/boot/efi/cpio.h
index 7a2331e0c8..a272d28929 100644
--- a/src/boot/efi/cpio.h
+++ b/src/boot/efi/cpio.h
@@ -5,11 +5,13 @@
EFI_STATUS pack_cpio(
EFI_LOADED_IMAGE *loaded_image,
+ const CHAR16 *dropin_dir,
const CHAR16 *match_suffix,
const CHAR8 *target_dir_prefix,
UINT32 dir_mode,
UINT32 access_mode,
- UINTN pcr,
+ UINTN tpm_pcr,
const CHAR16 *tpm_description,
void **ret_buffer,
UINTN *ret_buffer_size);
+