NetBSD/sys/arch/usermode/include/endian_machdep.h

19 lines
434 B
C

/* $NetBSD: endian_machdep.h,v 1.10 2012/02/05 17:40:08 reinoud Exp $ */
/*
* Automatically generated by genheaders.sh on Sun Feb 5 18:39:34 CET 2012
* Do not modify directly!
*/
#ifndef _USERMODE_ENDIAN_MACHDEP_H
#define _USERMODE_ENDIAN_MACHDEP_H
#if defined(__i386__)
#include "../../i386/include/endian_machdep.h"
#elif defined(__x86_64__)
#include "../../amd64/include/endian_machdep.h"
#else
#error port me
#endif
#endif