diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-04-10 14:32:55 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-04-10 14:32:55 +0000 |
| commit | ef94eb458837f3d021517bdd46589a2ea0af10ba (patch) | |
| tree | 936b451fce5ff110c440e80715c4c5eede96cd23 /sys/dev/digi/digi.h | |
| parent | 814390668096c9f774b4b49b1fe716dcc2bde577 (diff) | |
Notes
Diffstat (limited to 'sys/dev/digi/digi.h')
| -rw-r--r-- | sys/dev/digi/digi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h index 17906d166d2c..e8f9e0fe2f14 100644 --- a/sys/dev/digi/digi.h +++ b/sys/dev/digi/digi.h @@ -215,4 +215,5 @@ 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); +void digi_delay(struct digi_softc *_sc, const char *_txt, + u_long _timo); |
