blob: 0a8b063a480a34330c55ac68edd288236eed49e5 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001/* (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
5 * 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
7 * (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
12 * GNU Affero General Public License for more details.
13 *
14 * 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/>.
16 *
17 */
18
19#ifndef MISDN_H
20#define MISDN_H
21
22#include "e1_input.h"
23
24int mi_setup(int cardnr, struct e1inp_line *line, int release_l2);
25int mi_e1_line_update(struct e1inp_line *line);
26
27#endif