qmi_rmtfs: Update definition file to match the generated files

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson 2018-02-01 04:39:46 +00:00
parent 42ed7b4e4c
commit cff3f619d5

View File

@ -45,7 +45,7 @@ response close_resp {
request iovec_req {
required u32 caller_id = 1;
required u8 direction = 2;
required iovec_entry iovec[] = 3;
required iovec_entry iovec(255) = 3;
required u8 is_force_sync = 4;
} = 3;
@ -73,5 +73,5 @@ response dev_error_resp {
} = 5;
indication force_sync {
required u32 caller_id[] = 1;
required u32 caller_id(10) = 1;
} = 6;