]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/cpio.h
efi: tell userspace where the stub measured the kernel command line/credentials into
[thirdparty/systemd.git] / src / boot / efi / cpio.h
index e3d206d7e89c74254207488eaa5a65c4ab40e5cf..672a751825f903b9015f02f09684f50eee7b95d5 100644 (file)
@@ -2,6 +2,7 @@
 #pragma once
 
 #include <efi.h>
+#include <stdbool.h>
 #include <uchar.h>
 
 EFI_STATUS pack_cpio(
@@ -15,4 +16,5 @@ EFI_STATUS pack_cpio(
                 UINTN n_tpm_pcr,
                 const char16_t *tpm_description,
                 void **ret_buffer,
-                UINTN *ret_buffer_size);
+                UINTN *ret_buffer_size,
+                bool *ret_measured);