xref: /netbsd-src/sys/dev/gpib/gpibio.h (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1 /*	$NetBSD: gpibio.h,v 1.4 2015/09/06 06:01:00 dholland Exp $	*/
2 
3 #ifndef _SYS_GPIBIO_H_
4 #define _SYS_GPIBIO_H_
5 
6 #include <sys/ioccom.h>
7 
8 /* XXX */
9 #define GPIB_INFO	_IOR('G', 0, int)
10 
11 #endif
12