aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-08 20:00:47 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-08 20:13:14 +0200
commitedad98b4a004a3a7e9d1ff99dfe86dbf042dfef3 (patch)
tree944899329ea76423eba7aad4b671a2a9ca106328 /include
parentd0f9bd600c10615d9dbb6701001d491122a29aef (diff)
doc: Add Doxygen group for OSMUX related functions
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/netif/osmux.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index 83bb2e1..1d93aa0 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -3,6 +3,14 @@
#include <osmocom/core/endian.h>
+/*! \addtogroup osmux
+ * @{
+ */
+
+/*! \file osmux.h
+ * Osmocom multiplex protocol helpers
+ */
+
/* OSmux header:
*
* ft (3 bits): 0=signalling, 1=voice, 2=dummy
@@ -95,4 +103,6 @@ struct osmux_hdr *osmux_xfrm_output_pull(struct msgb *msg);
void osmux_tx_sched(struct llist_head *list, void (*tx_cb)(struct msgb *msg, void *data), void *data);
+/*! @} */
+
#endif