diff options
Diffstat (limited to 'sys/boot/common/load_elf32.c')
-rw-r--r-- | sys/boot/common/load_elf32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/common/load_elf32.c b/sys/boot/common/load_elf32.c new file mode 100644 index 0000000..59b6496 --- /dev/null +++ b/sys/boot/common/load_elf32.c @@ -0,0 +1,3 @@ +/* $FreeBSD$ */ +#define __ELF_WORD_SIZE 32 +#include "load_elf.c" |