Module Name: src
Committed By: maxv
Date: Thu May 7 21:05:37 UTC 2020
Modified Files:
src/sys/arch/amd64/stand/prekern: prekern.h
Log Message:
Forgot to commit this file as part of elf.c::rev1.21 mm.c::rev1.27.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/amd64/stand/prekern/prekern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/stand/prekern/prekern.h
diff -u src/sys/arch/amd64/stand/prekern/prekern.h:1.21 src/sys/arch/amd64/stand/prekern/prekern.h:1.22
--- src/sys/arch/amd64/stand/prekern/prekern.h:1.21 Tue May 5 19:26:47 2020
+++ src/sys/arch/amd64/stand/prekern/prekern.h Thu May 7 21:05:37 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: prekern.h,v 1.21 2020/05/05 19:26:47 maxv Exp $ */
+/* $NetBSD: prekern.h,v 1.22 2020/05/07 21:05:37 maxv Exp $ */
/*
* Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
@@ -89,8 +89,9 @@ void print_banner(void);
/* elf.c */
size_t elf_get_head_size(vaddr_t);
void elf_build_head(vaddr_t);
+void elf_fixup_boot(vaddr_t, paddr_t);
void elf_map_sections(void);
-void elf_build_boot(vaddr_t, paddr_t);
+void elf_build_info(void);
vaddr_t elf_kernel_reloc(void);
/* locore.S */