summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/l23_api.h
diff options
context:
space:
mode:
authorHarald Welte2010-03-07 20:42:17 +0100
committerHarald Welte2010-03-07 20:56:12 +0100
commit97c8b6f33b1a00ed1c138070ca14faaa6f71cfc6 (patch)
treeb8951a27ae92d4924e8cca7599eafb777143e2af /src/target/firmware/include/layer1/l23_api.h
parentMerge commit 'f8b2ba7dc850396c5910e8c76875e75d37479d34' (diff)
downloadosmocom-97c8b6f33b1a00ed1c138070ca14faaa6f71cfc6.tar.gz
osmocom-97c8b6f33b1a00ed1c138070ca14faaa6f71cfc6.tar.xz
osmocom-97c8b6f33b1a00ed1c138070ca14faaa6f71cfc6.zip
start to use libosmocore within the firmware
* remove linuxlist.h copy and use osmocore * don't put 'struct gsm_time' into l1ctl packets * include rx_level and snr for each burst in l1ctl * properly build libosmocore.a for target * move gsmtime functions into libosmocore * move ctype.h to standard location
Diffstat (limited to 'src/target/firmware/include/layer1/l23_api.h')
-rw-r--r--src/target/firmware/include/layer1/l23_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/layer1/l23_api.h b/src/target/firmware/include/layer1/l23_api.h
index f772385..69d4203 100644
--- a/src/target/firmware/include/layer1/l23_api.h
+++ b/src/target/firmware/include/layer1/l23_api.h
@@ -2,7 +2,7 @@
#define _L1_L23_API_H
#include <stdint.h>
-#include <comm/msgb.h>
+#include <osmocore/msgb.h>
#include <l1a_l23_interface.h>
void l1a_l23api_init(void);