aboutsummaryrefslogtreecommitdiffstats
path: root/include/rfs.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-02-20 05:49:25 +0100
committerSimon Busch <morphis@gravedo.de>2012-02-20 05:49:25 +0100
commit0b260b93f81d1172a87d5d5ffac7707772f1866f (patch)
treed85490418476b14ab12a9e880ff44f101f9ff60e /include/rfs.h
parent6f57cb2128394a90f4924264e4f6eaf67e21d976 (diff)
downloadexternal_libsamsung-ipc-0b260b93f81d1172a87d5d5ffac7707772f1866f.zip
external_libsamsung-ipc-0b260b93f81d1172a87d5d5ffac7707772f1866f.tar.gz
external_libsamsung-ipc-0b260b93f81d1172a87d5d5ffac7707772f1866f.tar.bz2
Import two methods from samsung-ril to deal with rfs read/write nv item message types
Diffstat (limited to 'include/rfs.h')
-rw-r--r--include/rfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rfs.h b/include/rfs.h
index 3f8708d..6fbc0f0 100644
--- a/include/rfs.h
+++ b/include/rfs.h
@@ -54,6 +54,9 @@ void nv_data_md5_check(struct ipc_client *client);
int nv_data_read(struct ipc_client *client, int offset, int length, char *buf);
int nv_data_write(struct ipc_client *client, int offset, int length, char *buf);
+struct ipc_rfs_io_confirm* ipc_rfs_create_io_confirm_for_nv_write_item(struct ipc_client *client, struct ipc_message_info *info);
+struct ipc_rfs_io_confirm* ipc_rfs_create_io_confirm_for_nv_read_item(struct ipc_client *client, struct ipc_message_info *info);
+
#endif
// vim:ts=4:sw=4:expandtab