diff options
author | Uri Shkolnik <uris@siano-ms.com> | 2009-05-19 12:56:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 19:14:43 -0300 |
commit | d95e9883ce28c23cb852d599bf0a0889527c1d09 (patch) | |
tree | 95f827acae4da74392a4edf64cdca79545239bae | |
parent | 34601caa64e11b8fa5e9a03d74cc1df0af32e2ca (diff) |
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>
-rw-r--r-- | drivers/media/dvb/siano/smsendian.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/siano/smsendian.h b/drivers/media/dvb/siano/smsendian.h index 7fbedc6a6527..1624d6fd367b 100644 --- a/drivers/media/dvb/siano/smsendian.h +++ b/drivers/media/dvb/siano/smsendian.h @@ -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__ */ |