mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
These files have no copyrightable material, and so are in the public domain. Sponsored by: Netflix (cherry picked from commit 27c0f2a544989760c4b3b16a3615839c8ab44b32)
5 lines
126 B
C
5 lines
126 B
C
/* This file is in the public domain */
|
|
|
|
#define __ELF_WORD_SIZE 32
|
|
#define _MACHINE_ELF_WANT_32BIT
|
|
#include "load_elf_obj.c"
|