NetBSD/sys/dev/gpib/gpibio.h
dholland 1fbab01a93 More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
This covers (I think) all the MI headers outside of external/ (and dist/).
2015-09-06 06:00:59 +00:00

12 lines
192 B
C

/* $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