diff options
Diffstat (limited to 'src/include/nhlt.h')
-rw-r--r-- | src/include/nhlt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/nhlt.h b/src/include/nhlt.h index 5b72320f02..a361ed8fda 100644 --- a/src/include/nhlt.h +++ b/src/include/nhlt.h @@ -298,6 +298,7 @@ struct nhlt_endpoint { #define MAX_ENDPOINTS 8 struct nhlt { + uint32_t subsystem_id; uint8_t num_endpoints; struct nhlt_endpoint endpoints[MAX_ENDPOINTS]; uint8_t current_instance_id[NHLT_MAX_LINK_TYPES]; |