aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 16:02:04 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 16:04:36 +0800
commit4f448c97ebc8dae095e109965ec038601125a7c8 (patch)
treeb2760717d94bd5aa99f8d33b306e721afec89056 /openbsc/include/openbsc/osmo_bsc.h
parent02d39b2c4d3f67ef760b230d95cb1e6d7c07e8f7 (diff)
bsc: Add header file for the true BSC API.
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
new file mode 100644
index 000000000..8bfd3c04a
--- /dev/null
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -0,0 +1,10 @@
+/* OpenBSC BSC code */
+
+#ifndef OSMO_BSC_H
+#define OSMO_BSC_H
+
+#include "bsc_api.h"
+
+struct bsc_api *osmo_bsc_api();
+
+#endif