xref: /csrg-svn/sys/tahoe/vba/vxdebug.h (revision 25877)
1*25877Ssam /*	vxdebug.h	1.2	86/01/12	*/
224000Ssam 
324000Ssam #ifdef VX_DEBUG
424000Ssam #define VXERR4		1
524000Ssam #define VXNOBUF		2
624000Ssam extern long vxintr4;
724000Ssam 
824000Ssam extern long vxdebug;
924000Ssam #define VXVCM	1
1024000Ssam #define VXVCC	2
1124000Ssam #define VXVCX	4
1224000Ssam 
13*25877Ssam #include "../tahoesna/snadebug.h"
1424000Ssam #endif
15