blob: fa52e1e9f921fa8d23a7110b08b6f60cc91a4818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: gpibio.h,v 1.4 2015/09/06 06:01:00 dholland Exp $ */
#ifndef _SYS_GPIBIO_H_
#define _SYS_GPIBIO_H_
#include <sys/ioccom.h>
/* XXX */
#define GPIB_INFO _IOR('G', 0, int)
#endif
|