Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2022 Intel Corporation
0004  */
0005 
0006 #ifndef __SYSFS_GT_PM_H__
0007 #define __SYSFS_GT_PM_H__
0008 
0009 #include <linux/kobject.h>
0010 
0011 #include "intel_gt_types.h"
0012 
0013 void intel_gt_sysfs_pm_init(struct intel_gt *gt, struct kobject *kobj);
0014 
0015 #endif /* SYSFS_RC6_H */