summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/sync.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-07-26 00:12:48 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-07-27 20:51:29 +0200
commitc382fbf9439cb748278791816e699d95d8cec054 (patch)
tree04a8c81c14f3516da2d4180b4bbce8f7942aa24b /src/target/firmware/layer1/sync.c
parent50f1eb111483e7fb13df3ecee5bddeaafdd5c16e (diff)
include: Rename l1a_l23_interface.h to l1ctl_proto.h
The interface between l1 and upper layer is called by several name. IMHO l1ctl is shorted and sounds good so try to unify using that. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/layer1/sync.c')
-rw-r--r--src/target/firmware/layer1/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/sync.c b/src/target/firmware/layer1/sync.c
index d4d2aed3..7d7d29f6 100644
--- a/src/target/firmware/layer1/sync.c
+++ b/src/target/firmware/layer1/sync.c
@@ -56,7 +56,7 @@
#include <layer1/tpu_window.h>
#include <layer1/l23_api.h>
-#include <l1a_l23_interface.h>
+#include <l1ctl_proto.h>
struct l1s_state l1s;