From 127ea9fc8850c131fbdd4e1c4dfc06e77ab10f49 Mon Sep 17 00:00:00 2001 From: mav Date: Thu, 22 Oct 2009 21:07:32 +0000 Subject: After thinking again, implement cam_ccbq_fini(). This is effectively NULL change, but makes this API a bit more consistent. --- sys/cam/cam_queue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/cam/cam_queue.h') 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. */ -- cgit v1.1