greybus: connection: add support for high-priority connections
[cascardo/linux.git] / drivers / staging / greybus / connection.h
index 7d0988e..4d9f4c6 100644 (file)
@@ -18,6 +18,9 @@
 #define GB_CONNECTION_FLAG_OFFLOADED   BIT(2)
 #define GB_CONNECTION_FLAG_CDSI1       BIT(3)
 #define GB_CONNECTION_FLAG_CONTROL     BIT(4)
+#define GB_CONNECTION_FLAG_HIGH_PRIO   BIT(5)
+
+#define GB_CONNECTION_FLAG_CORE_MASK   GB_CONNECTION_FLAG_CONTROL
 
 enum gb_connection_state {
        GB_CONNECTION_STATE_DISABLED            = 0,