aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/ipc.h')
-rw-r--r--samsung-ipc/ipc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/samsung-ipc/ipc.h b/samsung-ipc/ipc.h
index 2135a23..7e51f07 100644
--- a/samsung-ipc/ipc.h
+++ b/samsung-ipc/ipc.h
@@ -81,6 +81,8 @@ struct ipc_client_gprs_specs {
struct ipc_client_modem_driver_ops {
int (*data_send)(struct ipc_client *client, int device_fd,
const void *data, size_t size, int address);
+ int (*firmware_send)(struct ipc_client *client, int device_fd,
+ const void *firmware_data, size_t firmware_size);
};
struct ipc_client_nv_data_specs {