blob: 9851ad32cd33d717009b26f6870db4d82457cebc [file] [log] [blame]
Holger Freyther5677ae32008-12-27 09:41:03 +00001/* (C) 2008 by Harald Welte <laforge@gnumonks.org>
2 * All Rights Reserved
3 *
4 * This program is free software; you can redistribute it and/or modify
Harald Welte9af6ddf2011-01-01 15:25:50 +01005 * it under the terms of the GNU Affero General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or
Holger Freyther5677ae32008-12-27 09:41:03 +00007 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte9af6ddf2011-01-01 15:25:50 +010012 * GNU Affero General Public License for more details.
Holger Freyther5677ae32008-12-27 09:41:03 +000013 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010014 * You should have received a copy of the GNU Affero General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Holger Freyther5677ae32008-12-27 09:41:03 +000016 *
17 */
18
19#ifndef MISDN_H
20#define MISDN_H
21
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020022#include <osmocom/abis/e1_input.h>
Holger Freytherff9592f2009-03-09 16:17:14 +000023
Holger Freytherb5c00f52009-04-22 22:08:07 +000024int mi_setup(int cardnr, struct e1inp_line *line, int release_l2);
Holger Hans Peter Freyther34e97492009-08-10 07:54:02 +020025int mi_e1_line_update(struct e1inp_line *line);
Holger Freyther5677ae32008-12-27 09:41:03 +000026
27#endif