aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts_shutdown_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/bts_shutdown_fsm.h')
-rw-r--r--include/osmo-bts/bts_shutdown_fsm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-bts/bts_shutdown_fsm.h b/include/osmo-bts/bts_shutdown_fsm.h
index 1e74ac6b..76ac6ca6 100644
--- a/include/osmo-bts/bts_shutdown_fsm.h
+++ b/include/osmo-bts/bts_shutdown_fsm.h
@@ -39,3 +39,6 @@ enum bts_shutdown_fsm_events {
};
extern struct osmo_fsm bts_shutdown_fsm;
+
+struct gsm_bts;
+bool bts_shutdown_in_progress(const struct gsm_bts *bts);