diff options
Diffstat (limited to 'usr/src/boot/common/load_elf64.c')
-rw-r--r-- | usr/src/boot/common/load_elf64.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/boot/common/load_elf64.c b/usr/src/boot/common/load_elf64.c new file mode 100644 index 0000000000..c29e8e3596 --- /dev/null +++ b/usr/src/boot/common/load_elf64.c @@ -0,0 +1,6 @@ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + +#define __ELF_WORD_SIZE 64 + +#include "load_elf.c" |