aboutsummaryrefslogtreecommitdiffstats
path: root/include/rfs.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-02-21 18:23:45 +0100
committerSimon Busch <morphis@gravedo.de>2012-02-21 18:23:45 +0100
commitb7e7b7701358836bdfe3042f427236bb047fd28b (patch)
tree276df80149f7552b4587e9a88c522988bfc67514 /include/rfs.h
parent16a6860b6865a34eaeb1318cbce4c3ad029ceaa1 (diff)
downloadexternal_libsamsung-ipc-b7e7b7701358836bdfe3042f427236bb047fd28b.zip
external_libsamsung-ipc-b7e7b7701358836bdfe3042f427236bb047fd28b.tar.gz
external_libsamsung-ipc-b7e7b7701358836bdfe3042f427236bb047fd28b.tar.bz2
RFS NV item handling methods are now sending the io confirmation message directly
Diffstat (limited to 'include/rfs.h')
-rw-r--r--include/rfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rfs.h b/include/rfs.h
index 6fbc0f0..cebe5c4 100644
--- a/include/rfs.h
+++ b/include/rfs.h
@@ -54,8 +54,8 @@ 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);
+void ipc_rfs_send_io_confirm_for_nv_write_item(struct ipc_client *client, struct ipc_message_info *info);
+void ipc_rfs_send_io_confirm_for_nv_read_item(struct ipc_client *client, struct ipc_message_info *info);
#endif