summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_queue.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-10-22 21:07:32 +0000
committermav <mav@FreeBSD.org>2009-10-22 21:07:32 +0000
commit127ea9fc8850c131fbdd4e1c4dfc06e77ab10f49 (patch)
tree6505ff7eaad1017030e80afe9001767ffedd0207 /sys/cam/cam_queue.h
parent99b8f7ec7d5e07959f1c6d186336c279cfb15e80 (diff)
downloadFreeBSD-src-127ea9fc8850c131fbdd4e1c4dfc06e77ab10f49.zip
FreeBSD-src-127ea9fc8850c131fbdd4e1c4dfc06e77ab10f49.tar.gz
After thinking again, implement cam_ccbq_fini().
This is effectively NULL change, but makes this API a bit more consistent.
Diffstat (limited to 'sys/cam/cam_queue.h')
-rw-r--r--sys/cam/cam_queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cam/cam_queue.h b/sys/cam/cam_queue.h
index f3295f3..d2990ad 100644
--- a/sys/cam/cam_queue.h
+++ b/sys/cam/cam_queue.h
@@ -96,6 +96,8 @@ int cam_ccbq_init(struct cam_ccbq *ccbq, int openings);
void cam_ccbq_free(struct cam_ccbq *ccbq);
+void cam_ccbq_fini(struct cam_ccbq *ccbq);
+
/*
* Allocate and initialize a cam_queue structure.
*/
OpenPOWER on IntegriCloud