/* $NetBSD: wdogvar.h,v 1.7 2015/09/07 03:49:45 dholland Exp $ */ #ifndef _SH3_WDOGVAR_H_ #define _SH3_WDOGVAR_H_ #include #define WDOGF_OPEN 1 #define SIORESETWDOG _IO('S', 0x0) #define SIOSTARTWDOG _IO('S', 0x1) #define SIOSTOPWDOG _IO('S', 0x2) #define SIOSETWDOG _IOW('S', 0x3, int) #define SIOWDOGSETMODE _IOW('S', 0x4, int) #define WDOGM_RESET 1 #define WDOGM_INTR 2 #ifdef _KERNEL extern unsigned int maxwdog; extern void wdog_wr_cnt(unsigned char); extern void wdog_wr_csr(unsigned char); #endif #endif /* !_SH3_WDOGVAR_H_ */ rm method='get'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/linux_syscall
AgeCommit message (Expand)Author
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
2018-06-29Rework the changes to DTRACE/ZFS files that were fixing Clang/LLVM buildkamil
2018-06-07Replace HAVE_GCC with ACTIVE_CC == gcc checkskamil
2018-06-06Really disable unsupported $CC flag for LLVMkamil
2018-06-06Swap conditions HAVE_LLVM -> HAVE_GCCkamil
2018-06-06Restrict -Wno-discarded-qualifiers in sys/modules/dtrace/* to GCCkamil
2018-05-28merge a new version of the CDDL dtrace and ZFS code.chs
2015-03-07Add syscall provider build glue, unhooked.christos