aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/oml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/oml.h')
-rw-r--r--include/osmo-bts/oml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index 4281fd32..dfbc5549 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -1,6 +1,10 @@
#ifndef _OML_H
#define _OML_H
+struct gsm_bts;
+struct gsm_abis_mo;
+struct msgb;
+
int oml_init(void);
int down_oml(struct gsm_bts *bts, struct msgb *msg);