xref: /original-bsd/sys/sys/vcmd.h (revision f82e54c4)
1 /*	vcmd.h	6.2	84/08/28	*/
2 
3 #ifndef _IOCTL_
4 #ifdef KERNEL
5 #include "ioctl.h"
6 #else
7 #include <sys/ioctl.h>
8 #endif
9 #endif
10 
11 #define	VPRINT		0100
12 #define	VPLOT		0200
13 #define	VPRINTPLOT	0400
14 
15 #define	VGETSTATE	_IOR(v, 0, int)
16 #define	VSETSTATE	_IOW(v, 1, int)
17