]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/boot/common/load_elf32.c
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / boot / common / load_elf32.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define __ELF_WORD_SIZE 32
5
6 #include "load_elf.c"