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