]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: update prototypes for md_load and md_load64
authorWarner Losh <imp@FreeBSD.org>
Mon, 5 Dec 2022 17:40:15 +0000 (10:40 -0700)
committerWarner Losh <imp@FreeBSD.org>
Tue, 24 Jan 2023 21:49:43 +0000 (14:49 -0700)
commitd0288b18fbacfc7d4a92be28568accb46a49cb60
treea099dcacdc7811761eedfdef4b487b30de4fd2c7
parent0d805f0f6f25cc18faf46ae729d8e1b06e7dea66
stand: update prototypes for md_load and md_load64

These are declared as extern in a number of files (some with the wrong
return type). Centralize this in modinfo.h and remove a few extra stray
declarations as well that are no longer used. No functional change.

Note: I've not tried to cope with the bi_load() functions which are the
same logical thing. These will be handled separately.

Sponsored by: Netflix

(cherry picked from commit 335615c4cad79765b46048bfa782120fd9cadb95)
stand/common/modinfo.h
stand/efi/loader/arch/arm/exec.c
stand/kboot/arch/powerpc64/ppc64_elf_freebsd.c
stand/libofw/libofw.h
stand/powerpc/ofw/elf_freebsd.c
stand/powerpc/ofw/ppc64_elf_freebsd.c
stand/uboot/arch/powerpc/ppc64_elf_freebsd.c
stand/uboot/elf_freebsd.c