aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/utils.h')
-rw-r--r--src/osmo-bts-sysmo/utils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
new file mode 100644
index 00000000..4574e221
--- /dev/null
+++ b/src/osmo-bts-sysmo/utils.h
@@ -0,0 +1,10 @@
+#ifndef SYSMOBTS_UTILS_H
+#define SYSMOBTS_UTILS_H
+
+#include <stdint.h>
+
+struct gsm_bts;
+
+int sysmobts_select_femto_band(struct gsm_bts *bts, uint16_t arfcn);
+
+#endif