blob: f420cdccb95a77a61eb8dfcfd6a4821d17620fad [file] [log] [blame]
/*
* Copyright (c) 2012 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*
*/
#ifndef _MODULE_MSP_H_
#define _MODULE_MSP_H_
#include "mtd.h"
void M_msp_set_tid(PMetadata mtd, int family);
void M_MSP_process_packet(PMetadata mtd);
void M_MSP_rx_process_packet(PMetadata mtd);
#endif /* _MODULE_MSP_H_ */