10 lines
167 B
C
10 lines
167 B
C
/* $NetBSD: gpibio.h,v 1.3 2005/12/11 12:21:21 christos Exp $ */
|
|
|
|
#ifndef _SYS_GPIBIO_H_
|
|
#define _SYS_GPIBIO_H_
|
|
|
|
/* XXX */
|
|
#define GPIB_INFO _IOR('G', 0, int)
|
|
|
|
#endif
|