summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/include/elf_machdep.h
blob: 9bca0c3399822aecba6627bedb940a856c523f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* $NetBSD: elf_machdep.h,v 1.12 2018/05/16 12:40:43 reinoud Exp $ */

/*
 * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018
 * Do not modify directly!
 */
#ifndef _USERMODE_ELF_MACHDEP_H
#define _USERMODE_ELF_MACHDEP_H

#if defined(__i386__)
#include "../../i386/include/elf_machdep.h"
#elif defined(__x86_64__)
#include "../../amd64/include/elf_machdep.h"
#elif defined(__arm__)
#include "../../arm/include/elf_machdep.h"
#else
#error port me
#endif
#ifdef ELF_MD_PROBE_FUNC
#undef ELF_MD_PROBE_FUNC
#endif

#endif