]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/boot/common/load_elf64.c
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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"