19 lines
445 B
C
19 lines
445 B
C
/* $NetBSD: netbsd32_machdep.h,v 1.7 2012/01/14 21:21:48 reinoud Exp $ */
|
|
|
|
/*
|
|
* Automatically generated by ./genheaders.sh on Sat Jan 14 22:20:59 CET 2012
|
|
* 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"
|
|
#else
|
|
#error port me
|
|
#endif
|
|
|
|
#endif
|