summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem/calypsomodem.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-12 12:52:10 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-12 08:06:58 -0800
commitbd782cfbf01b00ecf90439cdefd749200ccb7ca8 (patch)
tree4e6b3bf4013702ea716c9c7fb4a6b1a3d02e3a3f /drivers/calypsomodem/calypsomodem.h
parent15bf5be1a5345189ad43fe734ad9de3faf85b0c7 (diff)
downloadofono-bd782cfbf01b00ecf90439cdefd749200ccb7ca8.tar.bz2
calypsomodem: M15 coding style fix
Diffstat (limited to 'drivers/calypsomodem/calypsomodem.h')
-rw-r--r--drivers/calypsomodem/calypsomodem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/calypsomodem/calypsomodem.h b/drivers/calypsomodem/calypsomodem.h
index caf7a3d1..47ebf343 100644
--- a/drivers/calypsomodem/calypsomodem.h
+++ b/drivers/calypsomodem/calypsomodem.h
@@ -21,8 +21,8 @@
#include <drivers/atmodem/atutil.h>
-extern void calypso_voicecall_init();
-extern void calypso_voicecall_exit();
+extern void calypso_voicecall_init(void);
+extern void calypso_voicecall_exit(void);
-extern void calypso_stk_init();
-extern void calypso_stk_exit();
+extern void calypso_stk_init(void);
+extern void calypso_stk_exit(void);