diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2012-07-03 23:22:06 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2012-07-04 17:53:02 +0200 |
commit | 11320e7e0e7723fbca19a7c4cea355532add9393 (patch) | |
tree | b2dfb63ad5e8660e89c5c98628b925343a8a1ab0 | |
parent | 52fb802f38acb399ade936f9852c3e33f506ce7e (diff) | |
download | external_libsamsung-ipc-11320e7e0e7723fbca19a7c4cea355532add9393.zip external_libsamsung-ipc-11320e7e0e7723fbca19a7c4cea355532add9393.tar.gz external_libsamsung-ipc-11320e7e0e7723fbca19a7c4cea355532add9393.tar.bz2 |
RFS: Exported nv_data path functions
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | include/rfs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/rfs.h b/include/rfs.h index cebe5c4..fc61069 100644 --- a/include/rfs.h +++ b/include/rfs.h @@ -44,6 +44,11 @@ struct ipc_rfs_io_confirm { } __attribute__((__packed__)); void md5hash2string(char *out, uint8_t *in); +char *nv_data_path(struct ipc_client *client); +char *nv_data_md5_path(struct ipc_client *client); +char *nv_state_path(struct ipc_client *client); +char *nv_data_bak_path(struct ipc_client *client); +char *nv_data_md5_bak_path(struct ipc_client *client); void nv_data_generate(struct ipc_client *client); void nv_data_md5_compute(void *data_p, int size, void *hash); void nv_data_md5_generate(struct ipc_client *client); |