NetBSD/sys/dev/gpib/gpibio.h

10 lines
167 B
C
Raw Normal View History

2005-12-11 15:16:03 +03:00
/* $NetBSD: gpibio.h,v 1.3 2005/12/11 12:21:21 christos 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