Home | History | Annotate | Line # | Download | only in gpib
gpibio.h revision 1.2
      1  1.2   nathanw /*	$NetBSD: gpibio.h,v 1.2 2005/03/11 23:41:02 nathanw 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.1  gmcgarry /* XXX */
      7  1.1  gmcgarry #define GPIB_INFO	_IOR('G', 0, int)
      8  1.1  gmcgarry 
      9  1.2   nathanw #endif
     10