Home | History | Annotate | Line # | Download | only in gpib
gpibio.h revision 1.3.120.1
      1 /*	$NetBSD: gpibio.h,v 1.3.120.1 2017/12/03 11:37:01 jdolecek Exp $	*/
      2 
      3 #ifndef _SYS_GPIBIO_H_
      4 #define _SYS_GPIBIO_H_
      5 
      6 #include <sys/ioccom.h>
      7 
      8 /* XXX */
      9 #define GPIB_INFO	_IOR('G', 0, int)
     10 
     11 #endif
     12