/* $NetBSD: asm.h,v 1.4 2011/09/08 10:49:56 jmcneill Exp $ */ /* * Automatically generated by genheaders.sh on Thu Sep 8 06:50:17 EDT 2011 * Do not modify directly! */ #ifndef _USERMODE_ASM_H #define _USERMODE_ASM_H #if defined(__i386__) #include "../../i386/include/asm.h" #elif defined(__x86_64__) #include "../../amd64/include/asm.h" #else #error port me #endif #endif