aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-19 23:29:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-20 19:01:27 +0100
commitd1ffab96ca64111652fd850982ca00514b5b3531 (patch)
tree412edeb3b2c7d7d089c5ea1bb230e41be166c5ef /src/osmo-bts-sysmo/l1_if.h
parent61a1f996801cf682a4f4c508dea2b83aa6d4ddbf (diff)
misc: Forward declare calib_load to address a compiler warning
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.h')
-rw-r--r--src/osmo-bts-sysmo/l1_if.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.h b/src/osmo-bts-sysmo/l1_if.h
index 26f17629..f8970143 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -87,4 +87,7 @@ int l1if_set_ciphering(struct femtol1_hdl *fl1h,
struct gsm_lchan *lchan,
int dir_downlink);
+/* calibration loading */
+int calib_load(struct femtol1_hdl *fl1h);
+
#endif /* _FEMTO_L1_H */