aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-08-02 20:59:34 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-08-02 20:59:34 +0200
commit7d2ebf43876c1550f7671092589b625324f860bb (patch)
treecb422a9f36369e33b9a53bcee75ad7dc634a3c84 /include
parent056cf387d88ab0a0eab0c097474d62d8c3d09c13 (diff)
downloadexternal_libsamsung-ipc-7d2ebf43876c1550f7671092589b625324f860bb.zip
external_libsamsung-ipc-7d2ebf43876c1550f7671092589b625324f860bb.tar.gz
external_libsamsung-ipc-7d2ebf43876c1550f7671092589b625324f860bb.tar.bz2
rfs: Size function for helpers that return data with non-explicit size
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r--include/rfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rfs.h b/include/rfs.h
index daa3f61..024fad9 100644
--- a/include/rfs.h
+++ b/include/rfs.h
@@ -74,6 +74,7 @@ void *ipc_nv_data_read(struct ipc_client *client, size_t size,
unsigned int offset);
int ipc_nv_data_write(struct ipc_client *client, const void *data, size_t size,
unsigned int offset);
+size_t ipc_rfs_nv_data_item_response_size_setup(const void *data, size_t size);
void *ipc_rfs_nv_read_item_response_setup(const void *data, size_t size,
unsigned int offset);