aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-12-22 11:14:34 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-22 14:48:26 +0100
commit1acf4cbd75e1d50d2605c75759235e7cdea5fbdc (patch)
treef69ea497283f7a61994906a5878d076a2223bf21
parent687046ba2f0527456ae47365a9709fc939fdaf48 (diff)
ipa: Declare all structs used
A few declarations are missing. This patch adds forward declarations for struct used for pointers only and an include directive (osmocom/core/select.h) to get a full definition of struct osmo_fd. Sponsored-by: On-Waves ehf
-rw-r--r--include/osmocom/abis/ipa.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipa.h b/include/osmocom/abis/ipa.h
index 19815f6..6f40a40 100644
--- a/include/osmocom/abis/ipa.h
+++ b/include/osmocom/abis/ipa.h
@@ -4,8 +4,13 @@
#include <stdint.h>
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/timer.h>
+#include <osmocom/core/select.h>
#include <osmocom/gsm/ipa.h>
+struct e1inp_line;
+struct e1inp_ts;
+struct msgb;
+
struct ipa_server_link {
struct e1inp_line *line;
struct osmo_fd ofd;