summaryrefslogtreecommitdiff
path: root/sys/dev/gpib/gpibio.h
blob: 3bb86f5832bec036ea859714e086e2d2b9cb11d7 (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: gpibio.h,v 1.3 2005/12/11 12:21:21 christos Exp $	*/

#ifndef _SYS_GPIBIO_H_
#define _SYS_GPIBIO_H_

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

#endif