diff options
Diffstat (limited to 'include/rfs.h')
-rw-r--r-- | include/rfs.h | 3 |
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 |