mirror of
https://github.com/linux-msm/rmtfs.git
synced 2024-11-23 04:04:29 +08:00
qmi_rmtfs: Update definition file to match the generated files
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
42ed7b4e4c
commit
cff3f619d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user