NetBSD/sys/dev/gpib/gpibio.h

10 lines
166 B
C

/* $NetBSD: gpibio.h,v 1.2 2005/03/11 23:41:02 nathanw Exp $ */
#ifndef _SYS_GPIBIO_H_
#define _SYS_GPIBIO_H_
/* XXX */
#define GPIB_INFO _IOR('G', 0, int)
#endif