summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/linux.h')
-rw-r--r--src/boot/efi/linux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/efi/linux.h b/src/boot/efi/linux.h
index 46b5f4f..0d74c6a 100644
--- a/src/boot/efi/linux.h
+++ b/src/boot/efi/linux.h
@@ -16,4 +16,5 @@ EFI_STATUS linux_exec_efi_handover(
const void *linux_buffer,
size_t linux_length,
const void *initrd_buffer,
- size_t initrd_length);
+ size_t initrd_length,
+ size_t kernel_size_in_memory);