Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163326492
D42206.id128774.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
501 B
Referenced Files
None
Subscribers
None
D42206.id128774.diff
View Options
diff --git a/sys/cam/ctl/ctl.h b/sys/cam/ctl/ctl.h
--- a/sys/cam/ctl/ctl.h
+++ b/sys/cam/ctl/ctl.h
@@ -130,7 +130,9 @@
#ifdef _KERNEL
+#ifdef MALLOC_DECLARE /* from malloc.h */
MALLOC_DECLARE(M_CTL);
+#endif
struct ctl_page_index;
@@ -138,9 +140,13 @@
SYSCTL_DECL(_kern_cam_ctl);
#endif
+struct cdev;
struct ctl_lun;
struct ctl_port;
struct ctl_softc;
+struct ctl_scsiio;
+struct sbuf;
+union ctl_io;
/*
* Put a string into an sbuf, escaping characters that are illegal or not
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 3:44 AM (7 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35390529
Default Alt Text
D42206.id128774.diff (501 B)
Attached To
Mode
D42206: ctl: Make ctl.h more self-contained
Attached
Detach File
Event Timeline
Log In to Comment