blob: db7a4e1c219b234b2a6c0953bd200a09094dc896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* $NetBSD: cpufunc.h,v 1.1 2018/08/01 09:52:15 reinoud Exp $ */
/*
* Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018
* Do not modify directly!
*/
#ifndef _USERMODE_INT_LIMITS_H
#define _USERMODE_INT_LIMITS_H
#if defined(__i386__)
#include "../../i386/include/cpufunc.h"
#elif defined(__x86_64__)
#include "../../amd64/include/cpufunc.h"
#elif defined(__arm__)
#include "../../arm/include/cpufunc.h"
#else
#error port me
#endif
#endif
|