aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-03-15 21:27:21 +0100
committerHarald Welte <laforge@gnumonks.org>2012-03-15 21:27:21 +0100
commit20d73555a2226a335efaeb46b7b8e342055113c5 (patch)
tree60d1a59c32082cfd4afe3dd38166a07baa5bde3a /src/osmo-bts-sysmo/l1_if.h
parent47589f10a4707e9396840fa73cefe2eeacbe0977 (diff)
update to new "superfemto.h" header file naming
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.h')
-rw-r--r--src/osmo-bts-sysmo/l1_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.h b/src/osmo-bts-sysmo/l1_if.h
index b6209dae..a4171505 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -44,7 +44,7 @@ struct femtol1_hdl {
};
#define msgb_l1prim(msg) ((GsmL1_Prim_t *)(msg)->l1h)
-#define msgb_sysprim(msg) ((FemtoBts_Prim_t *)(msg)->l1h)
+#define msgb_sysprim(msg) ((SuperFemto_Prim_t *)(msg)->l1h)
typedef int l1if_compl_cb(struct msgb *l1_msg, void *data);