- Add support for attaching alternative DLTs to an interface.
[dragonfly.git] / sys / boot / common / load_elf32.c
1 /*
2  * $FreeBSD: src/sys/boot/common/load_elf32.c,v 1.2 2003/08/25 23:30:41 obrien Exp $
3  * $DragonFly: src/sys/boot/common/load_elf32.c,v 1.1 2003/11/10 06:08:31 dillon Exp $
4  */
5
6 #define __ELF_WORD_SIZE 32
7
8 #include "load_elf.c"