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