summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/sync.h
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/include/layer1/sync.h
parent3e7861e937fc63da9a261c76b8468d996112143b (diff)
add an actual Layer1 asynchronous (L1A) API that can be called from higher layers
Diffstat (limited to 'src/target/firmware/include/layer1/sync.h')
-rw-r--r--src/target/firmware/include/layer1/sync.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/sync.h b/src/target/firmware/include/layer1/sync.h
index a50969b8..901ff9db 100644
--- a/src/target/firmware/include/layer1/sync.h
+++ b/src/target/firmware/include/layer1/sync.h
@@ -36,6 +36,10 @@ struct l1s_state {
/* bit-mask of multi-frame tasks that are currently active */
uint32_t mf_tasks;
+
+ struct {
+ uint8_t ra;
+ } rach;
};
extern struct l1s_state l1s;