freebsd-dev/stand/common/load_elf64.c

7 lines
97 B
C
Raw Normal View History

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