/* $NetBSD: limits.h,v 1.12 2018/05/16 12:40:43 reinoud Exp $ */ /* * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018 * Do not modify directly! */ #ifndef _USERMODE_LIMITS_H #define _USERMODE_LIMITS_H #if defined(__i386__) #include "../../i386/include/limits.h" #elif defined(__x86_64__) #include "../../amd64/include/limits.h" #elif defined(__arm__) #include "../../arm/include/limits.h" #else #error port me #endif #endif etbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/srt
AgeCommit message (Expand)Author
2019-03-26Now that the if_srt module has a chance of working (ie, it nowpgoyette