1 /* $NetBSD: debugfs_gt_pm.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */ 2 3 /* SPDX-License-Identifier: MIT */ 4 /* 5 * Copyright © 2019 Intel Corporation 6 */ 7 8 #ifndef DEBUGFS_GT_PM_H 9 #define DEBUGFS_GT_PM_H 10 11 struct intel_gt; 12 struct dentry; 13 14 void debugfs_gt_pm_register(struct intel_gt *gt, struct dentry *root); 15 16 #endif /* DEBUGFS_GT_PM_H */ 17