From 44d542eba58d3584d3f1fd344f512cd56034693d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 10 Mar 2009 18:24:35 +0000 Subject: export list of e1 drivers and e1 lines --- include/openbsc/e1_input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/openbsc') 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 */ -- cgit v1.2.3