aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-10 12:50:31 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-24 16:58:30 +0100
commitc69ee8527c8ec88bdbff820d0a8aa706502516a5 (patch)
tree7ff8998763f0a2bb20333516d8163e1baa8ad54b /openbsc/include
parent16606c9007ae97bbb0ca796384381b4decceee91 (diff)
Add empty libcommon-cs
This will gradually soak up code shared by libbsc and libmsc. Change-Id: If34e2bd38a099d0799238337468d56e0305ab8ae
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/Makefile.am1
-rw-r--r--openbsc/include/openbsc/common_cs.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am
index 5737a4bb1..d9d8e99c8 100644
--- a/openbsc/include/openbsc/Makefile.am
+++ b/openbsc/include/openbsc/Makefile.am
@@ -13,6 +13,7 @@ noinst_HEADERS = \
bss.h \
bts_ipaccess_nanobts_omlattr.h \
chan_alloc.h \
+ common_cs.h \
crc24.h \
ctrl.h \
db.h \
diff --git a/openbsc/include/openbsc/common_cs.h b/openbsc/include/openbsc/common_cs.h
new file mode 100644
index 000000000..6f70f09be
--- /dev/null
+++ b/openbsc/include/openbsc/common_cs.h
@@ -0,0 +1 @@
+#pragma once