Home | History | Annotate | Line # | Download | only in gpib
gpibio.h revision 1.3
      1  1.3  christos /*	$NetBSD: gpibio.h,v 1.3 2005/12/11 12:21:21 christos 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