#include <sys/vcmd.h>

sys/vcmd.h

includes: sys/ioctl.h
5 macros

macroVPRINT

#define VPRINT 0100

macroVPLOT

#define VPLOT 0200

macroVPRINTPLOT

#define VPRINTPLOT 0400

macroVGETSTATE

#define VGETSTATE _IOR('v', 0, int)

macroVSETSTATE

#define VSETSTATE _IOW('v', 1, int)