treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
[linux-2.6-block.git] / drivers / media / common / siano / smsendian.h
CommitLineData
1ccea77e 1/* SPDX-License-Identifier: GPL-2.0-or-later */
cb17f904
US
2/****************************************************************
3
4Siano Mobile Silicon, Inc.
5MDTV receiver kernel modules.
6Copyright (C) 2006-2009, Uri Shkolnik
7
cb17f904
US
8
9****************************************************************/
10
11#ifndef __SMS_ENDIAN_H__
12#define __SMS_ENDIAN_H__
13
14#include <asm/byteorder.h>
15
d95e9883
US
16extern void smsendian_handle_tx_message(void *buffer);
17extern void smsendian_handle_rx_message(void *buffer);
18extern void smsendian_handle_message_header(void *msg);
cb17f904
US
19
20#endif /* __SMS_ENDIAN_H__ */
21