xref: /netbsd-src/sys/arch/alpha/include/sigdebug.h (revision 8450a7c42673d65e3b1f6560d3b6ecd317a6cbe8)
1 #ifndef _SIGDEBUG_H_
2 #define _SIGDEBUG_H_
3 
4 #ifdef DEBUG
5 extern int sigdebug;
6 extern int sigpid;
7 #define	SDB_FOLLOW	0x01
8 #define	SDB_KSTACK	0x02
9 #endif
10 
11 #endif /* _SIGDEBUG_H_ */
12