aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/pcu_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/pcu_if.h')
-rw-r--r--include/osmo-bts/pcu_if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/pcu_if.h b/include/osmo-bts/pcu_if.h
index 0c4fb696..3ce4d0b2 100644
--- a/include/osmo-bts/pcu_if.h
+++ b/include/osmo-bts/pcu_if.h
@@ -19,4 +19,6 @@ int pcu_tx_pch_data_cnf(uint32_t fn, uint8_t *data, uint8_t len);
int pcu_sock_init(const char *path);
void pcu_sock_exit(void);
+bool pcu_connected(void);
+
#endif /* _PCU_IF_H */