16 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2022 Intel Corporation4 */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 13void intel_gt_sysfs_pm_init(struct intel_gt *gt, struct kobject *kobj);14 15#endif /* SYSFS_RC6_H */16