coresight: add API to get sink from path
[firefly-linux-kernel-4.4.55.git] / drivers / hwtracing / coresight / coresight-priv.h
index 7b193a34d70911de1094a34621ac3eca2fdbd626..14f245a2018d69b8af738630e3aab469ec1df55f 100644 (file)
@@ -54,6 +54,7 @@ static inline void CS_UNLOCK(void __iomem *addr)
 
 void coresight_disable_path(struct list_head *path);
 int coresight_enable_path(struct list_head *path);
+struct coresight_device *coresight_get_sink(struct list_head *path);
 struct list_head *coresight_build_path(struct coresight_device *csdev);
 void coresight_release_path(struct list_head *path);