GNU Linux-libre 6.8.7-gnu
[releases.git] / drivers / media / common / siano / smsendian.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /****************************************************************
3
4 Siano Mobile Silicon, Inc.
5 MDTV receiver kernel modules.
6 Copyright (C) 2006-2009, Uri Shkolnik
7
8
9 ****************************************************************/
10
11 #ifndef __SMS_ENDIAN_H__
12 #define __SMS_ENDIAN_H__
13
14 #include <asm/byteorder.h>
15
16 extern void smsendian_handle_tx_message(void *buffer);
17 extern void smsendian_handle_rx_message(void *buffer);
18 extern void smsendian_handle_message_header(void *msg);
19
20 #endif /* __SMS_ENDIAN_H__ */
21