aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-03-10 18:24:35 +0000
committerHarald Welte <laforge@gnumonks.org>2009-03-10 18:24:35 +0000
commit44d542eba58d3584d3f1fd344f512cd56034693d (patch)
tree5b695584dae4af49c68e15b7adab1ddf906bada9 /include
parentef235b547bc41f9dc2984b954bf38a4d13bae9e1 (diff)
export list of e1 drivers and e1 lines
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/e1_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/e1_input.h b/include/openbsc/e1_input.h
index 7804fa4c6..bf91b4957 100644
--- a/include/openbsc/e1_input.h
+++ b/include/openbsc/e1_input.h
@@ -144,5 +144,7 @@ int e1_config(struct gsm_bts *bts);
int ia_config(struct gsm_bts *bts);
int ipaccess_setup(struct e1inp_line *line);
+struct llist_head e1inp_driver_list;
+struct llist_head e1inp_line_list;
#endif /* _E1_INPUT_H */