/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include 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, const UINT32 tpm_pcr[], UINTN n_tpm_pcr, const CHAR16 *tpm_description, void **ret_buffer, UINTN *ret_buffer_size);