9 lines
166 B
C
9 lines
166 B
C
/* $NetBSD: gpibio.h,v 1.1 2003/06/02 03:45:42 gmcgarry Exp $ */
|
|
|
|
#ifndef _SYS_GPIBIO_H_
|
|
#define _SYS_GPIBIO_H_
|
|
|
|
/* XXX */
|
|
#define GPIB_INFO _IOR('G', 0, int)
|
|
|
|
#endif |