/* SPDX-License-Identifier: MIT */ /* * Copyright © 2020 Intel Corporation */ #ifndef __SYSFS_GT_PM_H__ #define __SYSFS_GT_PM_H__ #include #include "intel_gt_types.h" void intel_gt_sysfs_pm_init(struct intel_gt *gt, struct kobject *kobj); void intel_gt_sysfs_pm_remove(struct intel_gt *gt, struct kobject *kobj); #endif /* SYSFS_RC6_H */