limits.h revision 1.11
11.3Sjmcneill/* $NetBSD: limits.h,v 1.11 2013/11/10 19:52:01 jmcneill Exp $ */ 21.1Sjmcneill 31.3Sjmcneill/* 41.11Sjmcneill * Automatically generated by genheaders.sh on Sun Nov 10 15:47:58 AST 2013 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