aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi/digi.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-04-10 12:03:36 +0000
committerBrian Somers <brian@FreeBSD.org>2002-04-10 12:03:36 +0000
commit6e5b29b08e6e05f08b7d7c0efa8a56fee98d2752 (patch)
treedc882a800fcc5cef86e5213992ca98131458e06f /sys/dev/digi/digi.h
parent13c3fcc238c08c2604209482f99da078c034e35d (diff)
downloadsrc-6e5b29b08e6e05f08b7d7c0efa8a56fee98d2752.tar.gz
src-6e5b29b08e6e05f08b7d7c0efa8a56fee98d2752.zip
Change more uses of tsleep() to digi_delay() and make the loop counts more
sane.
Notes
Notes: svn path=/head/; revision=94358
Diffstat (limited to 'sys/dev/digi/digi.h')
-rw-r--r--sys/dev/digi/digi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h
index 574c80d844b0..17906d166d2c 100644
--- a/sys/dev/digi/digi.h
+++ b/sys/dev/digi/digi.h
@@ -215,3 +215,4 @@ const char *digi_errortxt(int _id);
int digi_attach(struct digi_softc *);
int digi_detach(device_t _dev);
int digi_shutdown(device_t _dev);
+void digi_delay(struct digi_softc *_sc, const char *_txt);