summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/arpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/greybus/arpc.h')
-rw-r--r--drivers/staging/greybus/arpc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/greybus/arpc.h b/drivers/staging/greybus/arpc.h
index 6d27769..d44434f 100644
--- a/drivers/staging/greybus/arpc.h
+++ b/drivers/staging/greybus/arpc.h
@@ -80,6 +80,7 @@ struct arpc_response_message {
#define ARPC_TYPE_CPORT_CONNECTED 0x01
#define ARPC_TYPE_CPORT_QUIESCE 0x02
#define ARPC_TYPE_CPORT_CLEAR 0x03
+#define ARPC_TYPE_CPORT_FLUSH 0x04
struct arpc_cport_reset_req {
__le16 cport_id;
@@ -99,5 +100,8 @@ struct arpc_cport_clear_req {
__le16 cport_id;
} __packed;
+struct arpc_cport_flush_req {
+ __le16 cport_id;
+} __packed;
#endif /* __ARPC_H */