summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/linuxlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/linuxlist.h')
-rw-r--r--include/osmocom/core/linuxlist.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/include/osmocom/core/linuxlist.h b/include/osmocom/core/linuxlist.h
index 5098c5f5..cb753d1d 100644
--- a/include/osmocom/core/linuxlist.h
+++ b/include/osmocom/core/linuxlist.h
@@ -1,11 +1,4 @@
-#pragma once
-
-/*! \defgroup linuxlist Simple doubly linked list implementation
- * @{
- */
-
-/*!
- * \file linuxlist.h
+/*! \file linuxlist.h
*
* Simple doubly linked list implementation.
*
@@ -16,6 +9,12 @@
* using the generic single-entry routines.
*/
+#pragma once
+
+/*! \defgroup linuxlist Simple doubly linked list implementation
+ * @{
+ * \file linuxlist.h */
+
#include <stddef.h>
#ifndef inline