milan-avb: adp: add log_state diagnostic

This commit is contained in:
hackerman-kl 2026-04-25 08:03:41 +02:00 committed by Wim Taymans
parent e7f2fc9ab0
commit 2cc60d6167
2 changed files with 41 additions and 1 deletions

View file

@ -88,4 +88,6 @@ void adp_stop_discovery_entity(struct server *server, uint64_t entity_id);
struct avb_adp *avb_adp_register(struct server *server);
void avb_adp_unregister(struct avb_adp *adp);
void adp_log_state(struct server *server, const char *label);
#endif /* AVB_ADP_H */