blob: c2a6c4807515c4517a61592680c326dbe480914c (
plain) (
blame)
1
2
3
4
5
6
|
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/sys/boot/common/reloc_elf64.c,v 1.1.22.1 2009/04/15 03:14:26 kensmith Exp $");
#define __ELF_WORD_SIZE 64
#include "reloc_elf.c"
|