aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/system_information.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-12-01 22:26:28 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-12-01 23:04:26 +0100
commit12e373c218cd8200e97a135a69930063f5774b16 (patch)
tree466a2c727fab7b6b86e65d0e650238cf6e442c12 /openbsc/include/openbsc/system_information.h
parent3f16da20324ba9beced33bd4b1303a7b7651e5cf (diff)
include: Add proper predeclaration for struct in system_information.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/system_information.h')
-rw-r--r--openbsc/include/openbsc/system_information.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/system_information.h b/openbsc/include/openbsc/system_information.h
index f2cdbfb60..da662e912 100644
--- a/openbsc/include/openbsc/system_information.h
+++ b/openbsc/include/openbsc/system_information.h
@@ -5,6 +5,9 @@
#define GSM_MACBLOCK_LEN 23
+struct gsm_bts;
+
+
enum osmo_sysinfo_type {
SYSINFO_TYPE_NONE,
SYSINFO_TYPE_1,