aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/xmm626/xmm626_sec_modem.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-08-06 14:30:39 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-08-07 13:06:22 +0200
commit5333aed1cd832b7fc5cff59b191da67473f8ab6d (patch)
tree62ef4c7f2b3128e17336bbb3f46ff6bb2df92275 /samsung-ipc/devices/xmm626/xmm626_sec_modem.h
parentffda67f121bc99de57031344d75ee1445bc9dd6f (diff)
downloadexternal_libsamsung-ipc-5333aed1cd832b7fc5cff59b191da67473f8ab6d.zip
external_libsamsung-ipc-5333aed1cd832b7fc5cff59b191da67473f8ab6d.tar.gz
external_libsamsung-ipc-5333aed1cd832b7fc5cff59b191da67473f8ab6d.tar.bz2
External fds polling support
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/devices/xmm626/xmm626_sec_modem.h')
-rw-r--r--samsung-ipc/devices/xmm626/xmm626_sec_modem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/samsung-ipc/devices/xmm626/xmm626_sec_modem.h b/samsung-ipc/devices/xmm626/xmm626_sec_modem.h
index 728320e..9599a84 100644
--- a/samsung-ipc/devices/xmm626/xmm626_sec_modem.h
+++ b/samsung-ipc/devices/xmm626/xmm626_sec_modem.h
@@ -53,7 +53,8 @@ int xmm626_sec_modem_open(int type);
int xmm626_sec_modem_close(int fd);
int xmm626_sec_modem_read(int fd, void *buffer, size_t length);
int xmm626_sec_modem_write(int fd, const void *buffer, size_t length);
-int xmm626_sec_modem_poll(int fd, struct timeval *timeout);
+int xmm626_sec_modem_poll(int fd, struct ipc_poll_fds *fds,
+ struct timeval *timeout);
char *xmm626_sec_modem_gprs_get_iface(unsigned int cid);
int xmm626_sec_modem_gprs_get_capabilities(struct ipc_client_gprs_capabilities *capabilities);