aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_mbq.h
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2014-08-16 15:00:01 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2014-08-16 15:00:01 +0000
commit4bf50f18eb272037afaa212738f3d82d4098e782 (patch)
treeb8905a8b2a1b9580e15423ac4c896941707cd692 /sys/dev/netmap/netmap_mbq.h
parent1b31334c642989da54f30f5647080d51cd7c81c2 (diff)
Notes
Diffstat (limited to 'sys/dev/netmap/netmap_mbq.h')
-rw-r--r--sys/dev/netmap/netmap_mbq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/netmap/netmap_mbq.h b/sys/dev/netmap/netmap_mbq.h
index a011c4c7716ab..455ca8a2c3acd 100644
--- a/sys/dev/netmap/netmap_mbq.h
+++ b/sys/dev/netmap/netmap_mbq.h
@@ -74,6 +74,7 @@ mbq_unlock(struct mbq *q)
mtx_unlock_spin(&q->lock);
}
+
void mbq_safe_init(struct mbq *q);
void mbq_safe_destroy(struct mbq *q);
void mbq_safe_enqueue(struct mbq *q, struct mbuf *m);