/* @(#)aglvcmd.h 17.1.1.1 (OAA-ASTRONET) 01/25/02 17:31:41 */ /* * This file is used to avoid compilation complaints when * compiling the Versatec support programs on a system with * no Versatec support files * */ /* @(#)vcmd.h 2.6 88/08/19 SMI; from UCB 4.4 83/04/05 */ #ifndef _sys_vcmd_h #define _sys_vcmd_h #include #define VPRINT 0100 #define VPLOT 0200 #define VPRINTPLOT 0400 #define VPC_TERMCOM 0040 #define VPC_FFCOM 0020 #define VPC_EOTCOM 0010 #define VPC_CLRCOM 0004 #define VPC_RESET 0002 #define VGETSTATE _IOR(v, 0, int) #define VSETSTATE _IOW(v, 1, int) #endif /*!_sys_vcmd_h*/