summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam.h
diff options
context:
space:
mode:
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