blob: 9fdd63d4a4412d74cd9bc5ddcb1081b0c107b1a3 [file] [log] [blame]
/*
*
* Copyright (C) 2007 Mindspeed Technologies, Inc.
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __MODULE_L2TP_H__
#define __MODULE_L2TP_H__
int l2tp_itf_add(FCI_CLIENT *fci_handle, int request, struct interface *itf);
int l2tp_itf_del(FCI_CLIENT *fci_handle, struct interface *itf);
int l2tp_daemon(FCI_CLIENT *fci_handle,int command, cmmd_l2tp_session_t *cmd, u_int16_t cmd_len, u_int16_t *res_buf, u_int16_t *res_len);
#endif