Home | History | Annotate | Line # | Download | only in include
netbsd32_machdep.h revision 1.3
      1 /* $NetBSD: netbsd32_machdep.h,v 1.3 2011/09/03 14:23:50 jmcneill Exp $ */
      2 
      3 /*
      4  * Automatically generated by genheaders.sh on Sat Sep  3 10:13:14 EDT 2011
      5  * Do not modify directly!
      6  */
      7 #ifndef _USERMODE_NETBSD32_MACHDEP_H
      8 #define _USERMODE_NETBSD32_MACHDEP_H
      9 
     10 #if defined(__i386__)
     11 #include "../../i386/include/netbsd32_machdep.h"
     12 #elif defined(__x86_64__)
     13 #include "../../amd64/include/netbsd32_machdep.h"
     14 #else
     15 #error port me
     16 #endif
     17 
     18 #endif
     19