summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/pe.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/boot/efi/pe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/pe.h b/src/boot/efi/pe.h
index ea4801ced5..ead2ba01cc 100644
--- a/src/boot/efi/pe.h
+++ b/src/boot/efi/pe.h
@@ -17,7 +17,7 @@ EFI_STATUS pe_file_locate_sections(
UINTN *offsets,
UINTN *sizes);
-EFI_STATUS pe_alignment_info(
+EFI_STATUS pe_kernel_info(
const void *base,
uint32_t *ret_entry_point_address,
uint32_t *ret_size_of_image,