xref: /netbsd-src/sys/dev/gpib/gpibio.h (revision 20e85ad185ab16980f1219a557c42e057edb42ea)
1 /*	$NetBSD: gpibio.h,v 1.2 2005/03/11 23:41:02 nathanw Exp $	*/
2 
3 #ifndef _SYS_GPIBIO_H_
4 #define _SYS_GPIBIO_H_
5 
6 /* XXX */
7 #define GPIB_INFO	_IOR('G', 0, int)
8 
9 #endif
10