xref: /netbsd-src/sys/dev/gpib/gpibio.h (revision 1fbab01a9353563bcc435f692ca5268e5626005a)
1*1fbab01aSdholland /*	$NetBSD: gpibio.h,v 1.4 2015/09/06 06:01:00 dholland Exp $	*/
212379e3bSgmcgarry 
312379e3bSgmcgarry #ifndef _SYS_GPIBIO_H_
412379e3bSgmcgarry #define _SYS_GPIBIO_H_
512379e3bSgmcgarry 
6*1fbab01aSdholland #include <sys/ioccom.h>
7*1fbab01aSdholland 
812379e3bSgmcgarry /* XXX */
912379e3bSgmcgarry #define GPIB_INFO	_IOR('G', 0, int)
1012379e3bSgmcgarry 
1112379e3bSgmcgarry #endif
12