NetBSD/sys/dev/gpib/gpibio.h

10 lines
166 B
C
Raw Normal View History

2005-03-12 02:41:02 +03:00
/* $NetBSD: gpibio.h,v 1.2 2005/03/11 23:41:02 nathanw Exp $ */
2003-06-02 07:45:41 +04:00
#ifndef _SYS_GPIBIO_H_
#define _SYS_GPIBIO_H_
/* XXX */
#define GPIB_INFO _IOR('G', 0, int)
2005-03-12 02:41:02 +03:00
#endif