Changeset View
Changeset View
Standalone View
Standalone View
head/sys/mips/mips/elf_trampoline.c
Show All 35 Lines | |||||
#endif | #endif | ||||
/* | /* | ||||
* Since we are compiled outside of the normal kernel build process, we | * Since we are compiled outside of the normal kernel build process, we | ||||
* need to include opt_global.h manually. | * need to include opt_global.h manually. | ||||
*/ | */ | ||||
#include "opt_global.h" | #include "opt_global.h" | ||||
#include <sys/inflate.h> | |||||
#include <machine/elf.h> | #include <machine/elf.h> | ||||
#include <machine/cpufunc.h> | #include <machine/cpufunc.h> | ||||
#include <machine/stdarg.h> | #include <machine/stdarg.h> | ||||
#ifndef KERNNAME | #ifndef KERNNAME | ||||
#error Kernel name not provided | #error Kernel name not provided | ||||
#endif | #endif | ||||
▲ Show 20 Lines • Show All 174 Lines • Show Last 20 Lines |