freebsd-dev/sys/boot/common/load_elf32.c

7 lines
97 B
C
Raw Normal View History

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define __ELF_WORD_SIZE 32
#include "load_elf.c"