summaryrefslogtreecommitdiffstats
path: root/include/osmocom/coding/gsm0503_interleaving.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/coding/gsm0503_interleaving.h')
-rw-r--r--include/osmocom/coding/gsm0503_interleaving.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/osmocom/coding/gsm0503_interleaving.h b/include/osmocom/coding/gsm0503_interleaving.h
index 1463fb38..05b5e278 100644
--- a/include/osmocom/coding/gsm0503_interleaving.h
+++ b/include/osmocom/coding/gsm0503_interleaving.h
@@ -1,14 +1,14 @@
+/*! \file gsm0503_interleaving.h
+ * GSM TS 05.03 interleaving.
+ */
+
#pragma once
#include <osmocom/core/bits.h>
/*! \addtogroup interleaving
* @{
- */
-
-/*! \file gsm0503_interleaving.h
- * GSM TS 05.03 interleaving
- */
+ * \file gsm0503_interleaving.h */
void gsm0503_xcch_deinterleave(sbit_t *cB, const sbit_t *iB);
void gsm0503_xcch_interleave(const ubit_t *cB, ubit_t *iB);