Path: blob/master/drivers/media/dvb/siano/smsendian.h
15112 views
/****************************************************************12Siano Mobile Silicon, Inc.3MDTV receiver kernel modules.4Copyright (C) 2006-2009, Uri Shkolnik56This program is free software: you can redistribute it and/or modify7it under the terms of the GNU General Public License as published by8the Free Software Foundation, either version 2 of the License, or9(at your option) any later version.1011This program is distributed in the hope that it will be useful,12but WITHOUT ANY WARRANTY; without even the implied warranty of13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14GNU General Public License for more details.1516You should have received a copy of the GNU General Public License17along with this program. If not, see <http://www.gnu.org/licenses/>.1819****************************************************************/2021#ifndef __SMS_ENDIAN_H__22#define __SMS_ENDIAN_H__2324#include <asm/byteorder.h>2526extern void smsendian_handle_tx_message(void *buffer);27extern void smsendian_handle_rx_message(void *buffer);28extern void smsendian_handle_message_header(void *msg);2930#endif /* __SMS_ENDIAN_H__ */31323334