summaryrefslogtreecommitdiffstats
path: root/sys/dev/ieee488/ugpib.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-12 21:07:09 +0000
committerphk <phk@FreeBSD.org>2005-02-12 21:07:09 +0000
commit2bebe00e4309269f720ee56533cd77256cb7673d (patch)
tree47713eba086151828434a42e5e99ca85ad1ff2ae /sys/dev/ieee488/ugpib.h
parent26eab3d80642690062d224dd48aa6b92e41f59f2 (diff)
downloadFreeBSD-src-2bebe00e4309269f720ee56533cd77256cb7673d.zip
FreeBSD-src-2bebe00e4309269f720ee56533cd77256cb7673d.tar.gz
Add ibcntl as alias for ibcnt
Add ibsta and start to use it. Rename the argument structure more sensibly. Improve timeout and error handling
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 2452207..1604041 100644
--- a/sys/dev/ieee488/ugpib.h
+++ b/sys/dev/ieee488/ugpib.h
@@ -98,7 +98,7 @@
#ifndef _KERNEL
-extern int ibcnt, iberr;
+extern int ibcnt, iberr, ibsta;
int ibask(int handle, int option, int *retval);
int ibbna(int handle, char *bdname);
OpenPOWER on IntegriCloud