1
0
Fork 0

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>
hifive-unleashed-5.1
Uri Shkolnik 2009-05-19 12:56:16 -03:00 committed by Mauro Carvalho Chehab
parent 34601caa64
commit d95e9883ce
1 changed files with 3 additions and 3 deletions

View File

@ -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__ */