mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 14:09:10 -04:00
12 lines
192 B
C
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
|