summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-09 03:39:04 +0000
committermsmith <msmith@FreeBSD.org>2002-01-09 03:39:04 +0000
commit6d5a228d7f9879b6376575687c6e307e43105f72 (patch)
tree2bb9be61e9481ca44a7026f0a28670676ba0d78f /sys/cam/cam.h
parent5cfc4a9df0b978192e73dd8fd7bedf6b70534448 (diff)
downloadFreeBSD-src-6d5a228d7f9879b6376575687c6e307e43105f72.zip
FreeBSD-src-6d5a228d7f9879b6376575687c6e307e43105f72.tar.gz
Define the kern.cam sysctl in the cam layer, rather than multiply in several
peripheral drivers. Remove Ken's comment to the effect that this needed to be done. Staticise camnet_ih and cambio_ih.
Diffstat (limited to 'sys/cam/cam.h')
-rw-r--r--sys/cam/cam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/cam/cam.h b/sys/cam/cam.h
index 20f660e..0ca870a 100644
--- a/sys/cam/cam.h
+++ b/sys/cam/cam.h
@@ -189,6 +189,10 @@ extern const struct cam_status_entry cam_status_table[];
extern const int num_cam_status_entries;
union ccb;
+#ifdef SYSCTL_DECL /* from sysctl.h */
+SYSCTL_DECL(_kern_cam);
+#endif
+
__BEGIN_DECLS
typedef int (cam_quirkmatch_t)(caddr_t, caddr_t);
OpenPOWER on IntegriCloud