aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/piranha/piranha_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/devices/piranha/piranha_ipc.c')
-rw-r--r--samsung-ipc/devices/piranha/piranha_ipc.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/samsung-ipc/devices/piranha/piranha_ipc.c b/samsung-ipc/devices/piranha/piranha_ipc.c
index 5bdd0cd..88754dd 100644
--- a/samsung-ipc/devices/piranha/piranha_ipc.c
+++ b/samsung-ipc/devices/piranha/piranha_ipc.c
@@ -355,4 +355,14 @@ struct ipc_gprs_specs piranha_ipc_gprs_specs = {
.gprs_get_capabilities = piranha_ipc_gprs_get_capabilities,
};
+struct ipc_nv_data_specs piranha_ipc_nv_data_specs = {
+ .nv_data_path = XMM6260_NV_DATA_PATH,
+ .nv_data_md5_path = XMM6260_NV_DATA_MD5_PATH,
+ .nv_data_backup_path = XMM6260_NV_DATA_BACKUP_PATH,
+ .nv_data_backup_md5_path = XMM6260_NV_DATA_BACKUP_MD5_PATH,
+ .nv_data_secret = XMM6260_NV_DATA_SECRET,
+ .nv_data_size = XMM6260_NV_DATA_SIZE,
+ .nv_data_chunk_size = XMM6260_NV_DATA_CHUNK_SIZE,
+};
+
// vim:ts=4:sw=4:expandtab