mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
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:
parent
34601caa64
commit
d95e9883ce
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
|
|
||||||
void smsendian_handle_tx_message(void *buffer);
|
extern void smsendian_handle_tx_message(void *buffer);
|
||||||
void smsendian_handle_rx_message(void *buffer);
|
extern void smsendian_handle_rx_message(void *buffer);
|
||||||
void smsendian_handle_message_header(void *msg);
|
extern void smsendian_handle_message_header(void *msg);
|
||||||
|
|
||||||
#endif /* __SMS_ENDIAN_H__ */
|
#endif /* __SMS_ENDIAN_H__ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue