pdp11v/usr/include/sys/dmcio.h

Compare this file to the similar file:
Show the results in this format:

/* @(#)dmcio.h	1.1 */
#define	IOCTYPE	0xff00

#define	DIOC	('d'<<8)
#define	DIOCGETC	(DIOC|1)
#define	DIOCGETB	(DIOC|2)
#define	DIOCSETE	(DIOC|3)
#define DIOCMAIN	(DIOC|4)
#define DIOCNORM	(DIOC|5)