summaryrefslogtreecommitdiffstats
path: root/sys/dev/ieee488/ugpib.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-12 15:49:50 +0000
committerphk <phk@FreeBSD.org>2005-02-12 15:49:50 +0000
commita8c10a694df84686d4fe7559cc306081ace75c55 (patch)
tree3d4ed7ce313c05440e4c921ac7e69dea2e6785ab /sys/dev/ieee488/ugpib.h
parent1ddeaa4538ff1720aada9720547f27779cf891eb (diff)
downloadFreeBSD-src-a8c10a694df84686d4fe7559cc306081ace75c55.zip
FreeBSD-src-a8c10a694df84686d4fe7559cc306081ace75c55.tar.gz
Fix prototype for ibeot()
Diffstat (limited to 'sys/dev/ieee488/ugpib.h')
-rw-r--r--sys/dev/ieee488/ugpib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ieee488/ugpib.h b/sys/dev/ieee488/ugpib.h
index 04467c7..2452207 100644
--- a/sys/dev/ieee488/ugpib.h
+++ b/sys/dev/ieee488/ugpib.h
@@ -111,7 +111,7 @@ int ibdev(int boardID, int pad, int sad, int tmo, int eot, int eos);
int ibdiag(int handle, void *buffer, long cnt);
int ibdma(int handle, int v);
int ibeos(int handle, int eos);
-int ibeot(int handle, int v);
+int ibeot(int handle, int eot);
int ibevent(int handle, short *event);
int ibfind(char *bdname);
int ibgts(int handle, int v);
OpenPOWER on IntegriCloud