summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-27 23:47:45 +0000
committerpeter <peter@FreeBSD.org>2002-02-27 23:47:45 +0000
commit8fc732f9587265e8da3ceec0c55e1123e6ea8e27 (patch)
treefbaabf4a52398b17bd38811ea800d66ad8382d68 /sys/dev/digi/digi.h
parent78adc01edf32eb7d973783bf4c696febbabf4b45 (diff)
downloadFreeBSD-src-8fc732f9587265e8da3ceec0c55e1123e6ea8e27.zip
FreeBSD-src-8fc732f9587265e8da3ceec0c55e1123e6ea8e27.tar.gz
Fix warnings. The driver would be more useful with a DRIVER_MODULE()
entry so that it actually can do something.
Diffstat (limited to 'sys/dev/digi/digi.h')
-rw-r--r--sys/dev/digi/digi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h
index eaad88f..574c80d 100644
--- a/sys/dev/digi/digi.h
+++ b/sys/dev/digi/digi.h
@@ -206,6 +206,8 @@ struct digi_softc {
#endif
};
+extern devclass_t digi_devclass;
+
extern const struct digi_control_signals digi_xixe_signals;
extern const struct digi_control_signals digi_normal_signals;
OpenPOWER on IntegriCloud