summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/init.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-02-28 14:31:06 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 23:48:45 +0100
commit146619933bdcdf4ce42f591c3aee7dc66fa16574 (patch)
treea5369771ad5db8326e3b954786517f797d595a14 /src/target/firmware/layer1/init.c
parent3e7861e937fc63da9a261c76b8468d996112143b (diff)
add an actual Layer1 asynchronous (L1A) API that can be called from higher layers
Diffstat (limited to 'src/target/firmware/layer1/init.c')
-rw-r--r--src/target/firmware/layer1/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/firmware/layer1/init.c b/src/target/firmware/layer1/init.c
index 1c387772..317a1266 100644
--- a/src/target/firmware/layer1/init.c
+++ b/src/target/firmware/layer1/init.c
@@ -33,12 +33,15 @@
#include <calypso/irq.h>
#include <layer1/sync.h>
+#include <layer1/async.h>
#include <layer1/l23_api.h>
void layer1_init(void)
{
struct msgb *msg;
+ /* initialize asynchronous part of L1 */
+ l1a_init();
/* initialize TDMA Frame IRQ driven synchronous L1 */
l1s_init();
/* power up the DSP */