diff options
author | Uri Shkolnik <uris@siano-ms.com> | 2009-05-19 17:56:16 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-17 00:14:43 +0200 |
commit | d95e9883ce28c23cb852d599bf0a0889527c1d09 (patch) | |
tree | 95f827acae4da74392a4edf64cdca79545239bae /drivers/media/dvb/siano/smsendian.h | |
parent | V4L/DVB (11891): Siano: smscore - bind the GPIO SMS protocol (diff) | |
download | linux-d95e9883ce28c23cb852d599bf0a0889527c1d09.tar.xz linux-d95e9883ce28c23cb852d599bf0a0889527c1d09.zip |
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>
Diffstat (limited to 'drivers/media/dvb/siano/smsendian.h')
-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__ */ |