aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_rsl.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-12-01 22:25:40 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-12-01 23:04:26 +0100
commit3f16da20324ba9beced33bd4b1303a7b7651e5cf (patch)
treee8c08b0e3cd0cf88b56f4b1c72c108efc81198ca /openbsc/include/openbsc/abis_rsl.h
parent8a31a3fcee7199f5e665b47993e82732d22d4147 (diff)
include: Add proper predeclaration for struct in abis_rsl.h
We use them, so declare them. (avoid including all gsm_data.h) Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/abis_rsl.h')
-rw-r--r--openbsc/include/openbsc/abis_rsl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h
index 0b732d9fd..309b5c646 100644
--- a/openbsc/include/openbsc/abis_rsl.h
+++ b/openbsc/include/openbsc/abis_rsl.h
@@ -27,6 +27,11 @@
#include <osmocore/msgb.h>
+struct gsm_bts;
+struct gsm_lchan;
+struct gsm_subscriber;
+
+
int rsl_bcch_info(struct gsm_bts_trx *trx, u_int8_t type,
const u_int8_t *data, int len);
int rsl_sacch_filling(struct gsm_bts_trx *trx, u_int8_t type,