V4L/DVB (11892): Siano: smsendian - declare function as extern
Declare the object function as 'extern' Signed-off-by: Uri Shkolnik <uris@siano-ms.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Родитель
34601caa64
Коммит
d95e9883ce
|
@ -24,9 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <asm/byteorder.h>
|
||||
|
||||
void smsendian_handle_tx_message(void *buffer);
|
||||
void smsendian_handle_rx_message(void *buffer);
|
||||
void smsendian_handle_message_header(void *msg);
|
||||
extern void smsendian_handle_tx_message(void *buffer);
|
||||
extern void smsendian_handle_rx_message(void *buffer);
|
||||
extern void smsendian_handle_message_header(void *msg);
|
||||
|
||||
#endif /* __SMS_ENDIAN_H__ */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче