xref: /netbsd-src/sys/arch/usermode/include/int_const.h (revision 6cf6fe02a981b55727c49c3d37b0d8191a98c0ee)
1 /* $NetBSD: int_const.h,v 1.11 2013/11/10 19:52:01 jmcneill Exp $ */
2 
3 /*
4  * Automatically generated by genheaders.sh on Sun Nov 10 15:47:57 AST 2013
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 #elif defined(__arm__)
15 #include "../../arm/include/int_const.h"
16 #else
17 #error port me
18 #endif
19 
20 #endif
21