aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_private.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-06-06 21:08:18 +0200
committerPaulK <contact@paulk.fr>2012-06-06 21:08:18 +0200
commit3efc903a65428be0be4b5611e9d953a1476aa051 (patch)
tree891fb27fc508bc99efefc352f0afa77518e2235f /samsung-ipc/ipc_private.h
parent74664ce8d19f747e89a38d1c5fe439c6afb155f6 (diff)
downloadexternal_libsamsung-ipc-3efc903a65428be0be4b5611e9d953a1476aa051.zip
external_libsamsung-ipc-3efc903a65428be0be4b5611e9d953a1476aa051.tar.gz
external_libsamsung-ipc-3efc903a65428be0be4b5611e9d953a1476aa051.tar.bz2
Introducing device-specific GPRS activation/deactivation functions mechanism
Signed-off-by: PaulK <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/ipc_private.h')
-rw-r--r--samsung-ipc/ipc_private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/samsung-ipc/ipc_private.h b/samsung-ipc/ipc_private.h
index a296260..c43833c 100644
--- a/samsung-ipc/ipc_private.h
+++ b/samsung-ipc/ipc_private.h
@@ -46,6 +46,14 @@ struct ipc_handlers {
ipc_handler_cb power_off;
void *power_off_data;
+ /* GPRS handlers */
+
+ ipc_handler_cb gprs_activate;
+ void *gprs_activate_data;
+ ipc_handler_cb gprs_deactivate;
+ void *gprs_deactivate_data;
+ int (*gprs_get_iface)(char **iface);
+
/* Handlers common data*/
void *common_data;