Changeset View
Changeset View
Standalone View
Standalone View
sys/boot/uboot/lib/elf_freebsd.c
| Show All 25 Lines | |||||
| */ | */ | ||||
| #include <sys/cdefs.h> | #include <sys/cdefs.h> | ||||
| __FBSDID("$FreeBSD$"); | __FBSDID("$FreeBSD$"); | ||||
| #include <sys/param.h> | #include <sys/param.h> | ||||
| #include <sys/linker.h> | #include <sys/linker.h> | ||||
| #ifdef __mips | |||||
| #include <sys/proc.h> | |||||
| #include <machine/frame.h> | |||||
| #endif | |||||
| #include <machine/md_var.h> | #include <machine/md_var.h> | ||||
| #include <machine/metadata.h> | #include <machine/metadata.h> | ||||
| #include <machine/elf.h> | #include <machine/elf.h> | ||||
| #include <stand.h> | #include <stand.h> | ||||
| #include "bootstrap.h" | #include "bootstrap.h" | ||||
| #include "libuboot.h" | #include "libuboot.h" | ||||
| ▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines | |||||