mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-01 01:08:04 -04:00
21 lines
516 B
C
21 lines
516 B
C
/* $NetBSD: netbsd32_machdep.h,v 1.11 2013/11/10 19:52:01 jmcneill Exp $ */
|
|
|
|
/*
|
|
* Automatically generated by genheaders.sh on Sun Nov 10 15:47:58 AST 2013
|
|
* Do not modify directly!
|
|
*/
|
|
#ifndef _USERMODE_NETBSD32_MACHDEP_H
|
|
#define _USERMODE_NETBSD32_MACHDEP_H
|
|
|
|
#if defined(__i386__)
|
|
#include "../../i386/include/netbsd32_machdep.h"
|
|
#elif defined(__x86_64__)
|
|
#include "../../amd64/include/netbsd32_machdep.h"
|
|
#elif defined(__arm__)
|
|
#include "../../arm/include/netbsd32_machdep.h"
|
|
#else
|
|
#error port me
|
|
#endif
|
|
|
|
#endif
|