summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2015-10-12 15:45:05 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-10-14 19:27:49 -0700
commit04db334667b167b6f7c64e791defcb1bc61cfd3a (patch)
tree6cf47dda57649acdefdc12499e6e9cfb6e8bf6c3
parent0010245e2c6e431f24c1d80521866f963e148c03 (diff)
greybus: loopback: add reserved fields to track firmware latencies
The greybus specification has been extended to include two new reserved fields, which the implementation is using to track internal firmware latencies. This change adds the appropriate fields to the corresponding kernel header. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
-rw-r--r--drivers/staging/greybus/greybus_protocols.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 44a213377cbe..fedb1b13d035 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -958,6 +958,8 @@ struct gb_loopback_transfer_request {
struct gb_loopback_transfer_response {
__le32 len;
+ __le32 reserved0;
+ __le32 reserved1;
__u8 data[0];
} __packed;