1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2022 Intel Corporation
6 #ifndef __SYSFS_GT_PM_H__
7 #define __SYSFS_GT_PM_H__
9 #include <linux/kobject.h>
11 #include "intel_gt_types.h"
13 void intel_gt_sysfs_pm_init(struct intel_gt *gt, struct kobject *kobj);
15 #endif /* SYSFS_RC6_H */