diff options
Diffstat (limited to 'samsung-ipc/ipc_private.h')
-rw-r--r-- | samsung-ipc/ipc_private.h | 8 |
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; |