diff options
Diffstat (limited to 'drivers/interconnect/internal.h')
-rw-r--r-- | drivers/interconnect/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/interconnect/internal.h b/drivers/interconnect/internal.h index b30856db523d..3b9d50589c01 100644 --- a/drivers/interconnect/internal.h +++ b/drivers/interconnect/internal.h @@ -41,4 +41,7 @@ struct icc_path { struct icc_req reqs[] __counted_by(num_nodes); }; +struct icc_path *icc_get(struct device *dev, const char *src, const char *dst); +int icc_debugfs_client_init(struct dentry *icc_dir); + #endif |