aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/select.h')
-rw-r--r--include/osmocom/core/select.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/osmocom/core/select.h b/include/osmocom/core/select.h
index fe84c5b0..9b5f372b 100644
--- a/include/osmocom/core/select.h
+++ b/include/osmocom/core/select.h
@@ -1,3 +1,7 @@
+/*! \file select.h
+ * select loop abstraction.
+ */
+
#pragma once
#include <osmocom/core/linuxlist.h>
@@ -5,11 +9,7 @@
/*! \defgroup select Select loop abstraction
* @{
- */
-
-/*! \file select.h
- * select loop abstraction
- */
+ * \file select.h */
/*! Indicate interest in reading from the file descriptor */
#define BSC_FD_READ 0x0001