aboutsummaryrefslogtreecommitdiff
path: root/src/include/boot/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/boot/elf.h')
-rw-r--r--src/include/boot/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/boot/elf.h b/src/include/boot/elf.h
index 98818aee79..5be96be103 100644
--- a/src/include/boot/elf.h
+++ b/src/include/boot/elf.h
@@ -390,7 +390,7 @@ typedef Elf64_Phdr Elf_phdr;
#endif
int elf_check_arch(Elf_ehdr *ehdr);
-void jmp_to_elf_entry(void *entry, unsigned long buffer);
+void jmp_to_elf_entry(void *entry, unsigned long buffer, unsigned long bounce_size);
struct lb_memory;
int elfboot(struct lb_memory *mem);
/* Temporary compile fix, FILO should be dropped from coreboot */