aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-28 22:53:03 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-28 22:58:19 +0100
commit9ff9785a7f48e32f107ca7fb2e298b1320ad4cbc (patch)
treecc071578faa2e9894771248dded27264ae927968 /samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h
parent49db12d40b5db434b77e3b40ac711c5d40e4771a (diff)
downloadhardware_replicant_libsamsung-ipc-9ff9785a7f48e32f107ca7fb2e298b1320ad4cbc.tar.gz
hardware_replicant_libsamsung-ipc-9ff9785a7f48e32f107ca7fb2e298b1320ad4cbc.tar.bz2
hardware_replicant_libsamsung-ipc-9ff9785a7f48e32f107ca7fb2e298b1320ad4cbc.zip
ipc_client_gprs_specs handlers: pass the ipc_client struct
This enables to use logging inside the callbacks. At this point the ipc_client struct is already available, so it is safe to do that. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h')
-rw-r--r--samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h b/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h
index 99b4714..cfbe490 100644
--- a/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h
+++ b/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h
@@ -64,8 +64,10 @@ int xmm626_kernel_smdk4412_write(struct ipc_client *client, int fd,
int xmm626_kernel_smdk4412_poll(struct ipc_client *client, int fd,
struct ipc_poll_fds *fds, struct timeval *timeout);
-char *xmm626_kernel_smdk4412_gprs_get_iface(unsigned int cid);
-int xmm626_kernel_smdk4412_gprs_get_capabilities(struct ipc_client_gprs_capabilities *capabilities);
+char *xmm626_kernel_smdk4412_gprs_get_iface(struct ipc_client *client,
+ unsigned int cid);
+int xmm626_kernel_smdk4412_gprs_get_capabilities(struct ipc_client *client,
+ struct ipc_client_gprs_capabilities *capabilities);
#endif