Linux Audio
Check our new training course
1/* SPDX-License-Identifier: MIT */ 2/* 3 * Copyright © 2019 Intel Corporation 4 */ 5 6#ifndef DEBUGFS_GT_PM_H 7#define DEBUGFS_GT_PM_H 8 9struct intel_gt; 10struct dentry; 11 12void debugfs_gt_pm_register(struct intel_gt *gt, struct dentry *root); 13 14#endif /* DEBUGFS_GT_PM_H */