summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-04-10 12:03:36 +0000
committerbrian <brian@FreeBSD.org>2002-04-10 12:03:36 +0000
commitee1c37fb3536a345b7a0453ff23f2a502156e220 (patch)
treedc882a800fcc5cef86e5213992ca98131458e06f /sys/dev/digi/digi.h
parent4100d7ad0fd1685daadebee6380b55dc43d1a944 (diff)
downloadFreeBSD-src-ee1c37fb3536a345b7a0453ff23f2a502156e220.zip
FreeBSD-src-ee1c37fb3536a345b7a0453ff23f2a502156e220.tar.gz
Change more uses of tsleep() to digi_delay() and make the loop counts more
sane.
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 574c80d..17906d1 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);
OpenPOWER on IntegriCloud