xref: /netbsd-src/sys/dev/gpib/gpibio.h (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1 /*	$NetBSD: gpibio.h,v 1.3 2005/12/11 12:21:21 christos 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