1/* $NetBSD: elf_machdep.h,v 1.12 2018/05/16 12:40:43 reinoud Exp $ */
2
3/*
4 * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018
5 * Do not modify directly!
6 */
7#ifndef _USERMODE_ELF_MACHDEP_H
8#define _USERMODE_ELF_MACHDEP_H
9
10#if defined(__i386__)
11#include "../../i386/include/elf_machdep.h"
12#elif defined(__x86_64__)
13#include "../../amd64/include/elf_machdep.h"
14#elif defined(__arm__)
15#include "../../arm/include/elf_machdep.h"
16#else
17#error port me
18#endif
19#ifdef ELF_MD_PROBE_FUNC
20#undef ELF_MD_PROBE_FUNC
21#endif
22
23#endif
24