summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/include/int_const.h
blob: cb2cd2f9eb2d0c4a3cf5ad259eac50277de1d6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $NetBSD: int_const.h,v 1.11 2013/11/10 19:52:01 jmcneill Exp $ */

/*
 * Automatically generated by genheaders.sh on Sun Nov 10 15:47:57 AST 2013
 * Do not modify directly!
 */
#ifndef _USERMODE_INT_CONST_H
#define _USERMODE_INT_CONST_H

#if defined(__i386__)
#include "../../i386/include/int_const.h"
#elif defined(__x86_64__)
#include "../../amd64/include/int_const.h"
#elif defined(__arm__)
#include "../../arm/include/int_const.h"
#else
#error port me
#endif

#endif