Home | History | Annotate | Line # | Download | only in gpib
gpibio.h revision 1.1.10.1
      1 /*	$NetBSD: gpibio.h,v 1.1.10.1 2005/04/29 11:28:47 kent 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