11.3Sjmcneill/* $NetBSD: limits.h,v 1.12 2018/05/16 12:40:43 reinoud Exp $ */ 21.1Sjmcneill 31.3Sjmcneill/* 41.12Sreinoud * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018 51.3Sjmcneill * Do not modify directly! 61.1Sjmcneill */ 71.3Sjmcneill#ifndef _USERMODE_LIMITS_H 81.3Sjmcneill#define _USERMODE_LIMITS_H 91.1Sjmcneill 101.3Sjmcneill#if defined(__i386__) 111.3Sjmcneill#include "../../i386/include/limits.h" 121.3Sjmcneill#elif defined(__x86_64__) 131.3Sjmcneill#include "../../amd64/include/limits.h" 141.11Sjmcneill#elif defined(__arm__) 151.11Sjmcneill#include "../../arm/include/limits.h" 161.3Sjmcneill#else 171.3Sjmcneill#error port me 181.3Sjmcneill#endif 191.1Sjmcneill 201.3Sjmcneill#endif 21