Home | History | Annotate | Line # | Download | only in gpib
gpibio.h revision 1.4
      1  1.4  dholland /*	$NetBSD: gpibio.h,v 1.4 2015/09/06 06:01:00 dholland Exp $	*/
      2  1.1  gmcgarry 
      3  1.1  gmcgarry #ifndef _SYS_GPIBIO_H_
      4  1.1  gmcgarry #define _SYS_GPIBIO_H_
      5  1.1  gmcgarry 
      6  1.4  dholland #include <sys/ioccom.h>
      7  1.4  dholland 
      8  1.1  gmcgarry /* XXX */
      9  1.1  gmcgarry #define GPIB_INFO	_IOR('G', 0, int)
     10  1.1  gmcgarry 
     11  1.2   nathanw #endif
     12