]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/boot/common/load_elf64.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / boot / common / load_elf64.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define __ELF_WORD_SIZE 64
5
6 #include "load_elf.c"