summaryrefslogtreecommitdiff
path: root/sys/dev/gpib/gpibio.h
blob: 631b7573e73dcde530c0240a13a2de8066b57384 (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: gpibio.h,v 1.1 2003/06/02 03:45:42 gmcgarry Exp $	*/

#ifndef _SYS_GPIBIO_H_
#define _SYS_GPIBIO_H_

/* XXX */
#define GPIB_INFO	_IOR('G', 0, int)

#endif