summaryrefslogtreecommitdiff
path: root/device/io_req.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/io_req.h')
-rw-r--r--device/io_req.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/io_req.h b/device/io_req.h
index 1ad46801..b80b3dde 100644
--- a/device/io_req.h
+++ b/device/io_req.h
@@ -137,6 +137,6 @@ void iodone(io_req_t);
(kfree((vm_offset_t)(ior), sizeof(struct io_req)))
-struct kmem_cache io_inband_cache; /* for inband reads */
+extern struct kmem_cache io_inband_cache; /* for inband reads */
#endif /* _IO_REQ_ */