1 /* $NetBSD: int_const.h,v 1.7 2012/01/14 21:21:48 reinoud Exp $ */ 2 3 /* 4 * Automatically generated by ./genheaders.sh on Sat Jan 14 22:20:59 CET 2012 5 * Do not modify directly! 6 */ 7 #ifndef _USERMODE_INT_CONST_H 8 #define _USERMODE_INT_CONST_H 9 10 #if defined(__i386__) 11 #include "../../i386/include/int_const.h" 12 #elif defined(__x86_64__) 13 #include "../../amd64/include/int_const.h" 14 #else 15 #error port me 16 #endif 17 18 #endif 19