Home | History | Annotate | Line # | Download | only in include
asm.h revision 1.11
      1   1.3  jmcneill /* $NetBSD: asm.h,v 1.11 2013/11/10 19:52:01 jmcneill Exp $ */
      2   1.1  jmcneill 
      3   1.3  jmcneill /*
      4  1.11  jmcneill  * Automatically generated by genheaders.sh on Sun Nov 10 15:47:57 AST 2013
      5   1.3  jmcneill  * Do not modify directly!
      6   1.1  jmcneill  */
      7   1.3  jmcneill #ifndef _USERMODE_ASM_H
      8   1.3  jmcneill #define _USERMODE_ASM_H
      9   1.1  jmcneill 
     10   1.3  jmcneill #if defined(__i386__)
     11   1.3  jmcneill #include "../../i386/include/asm.h"
     12   1.3  jmcneill #elif defined(__x86_64__)
     13   1.3  jmcneill #include "../../amd64/include/asm.h"
     14  1.11  jmcneill #elif defined(__arm__)
     15  1.11  jmcneill #include "../../arm/include/asm.h"
     16   1.3  jmcneill #else
     17   1.3  jmcneill #error port me
     18   1.3  jmcneill #endif
     19   1.1  jmcneill 
     20   1.3  jmcneill #endif
     21