Home | History | Annotate | Line # | Download | only in include
asm.h revision 1.4.6.1
      1 /* $NetBSD: asm.h,v 1.4.6.1 2012/02/18 07:33:24 mrg Exp $ */
      2 
      3 /*
      4  * Automatically generated by genheaders.sh on Sun Feb  5 18:39:33 CET 2012
      5  * Do not modify directly!
      6  */
      7 #ifndef _USERMODE_ASM_H
      8 #define _USERMODE_ASM_H
      9 
     10 #if defined(__i386__)
     11 #include "../../i386/include/asm.h"
     12 #elif defined(__x86_64__)
     13 #include "../../amd64/include/asm.h"
     14 #else
     15 #error port me
     16 #endif
     17 
     18 #endif
     19