freebsd_amp_hwpstate/stand/common/load_elf32_obj.c

6 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"