From a9ababa28c7ccedaf4be1501d009f99d9a7ba580 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 15 Feb 2006 02:26:14 +0000 Subject: Merged revisions 949 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r949 | kpfleming | 2006-02-14 20:24:18 -0600 (Tue, 14 Feb 2006) | 2 lines initial import of Xorcom Astribank driver (issue #6452, with minor mods) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@950 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/card_fxs.h | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 xpp/card_fxs.h (limited to 'xpp/card_fxs.h') diff --git a/xpp/card_fxs.h b/xpp/card_fxs.h new file mode 100644 index 0000000..503b34e --- /dev/null +++ b/xpp/card_fxs.h @@ -0,0 +1,45 @@ +#ifndef CARD_FXS_H +#define CARD_FXS_H +/* + * Written by Oron Peled + * Copyright (C) 2004-2005, Xorcom + * + * All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + +#include "xpd.h" +#include "slic.h" + +DEF_RPACKET_DATA(FXS, SIG_CHANGED, + byte type; /* unused -- we have it from DEV_DESC */ + xpp_line_t sig_status; /* channels: lsb=1, msb=8 */ + xpp_line_t sig_toggles; /* channels: lsb=1, msb=8 */ + ); +DEF_RPACKET_DATA(FXS, SLIC_REPLY, /* Get status of a single SLIC (for debugging) */ + xpp_line_t lines; + slic_reply_t info; + ); +DEF_RPACKET_DATA(FXS, SLIC_INIT, + xpp_line_t lines; + slic_data_t slic_data; + ); +DEF_RPACKET_DATA(FXS, SLIC_WRITE, + slic_cmd_t slic_cmd; + ); + +#endif /* CARD_FXS_H */ -- cgit v1.2.3