mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
7 lines
133 B
C
7 lines
133 B
C
#include <sys/cdefs.h>
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
#define __ELF_WORD_SIZE 32
|
|
#define _MACHINE_ELF_WANT_32BIT
|
|
|
|
#include "load_elf_obj.c"
|