1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2023 Intel Corporation
9 #include "xe_gt_idle_types.h"
13 void xe_gt_idle_sysfs_init(struct xe_gt_idle *gtidle);
14 void xe_gt_idle_enable_c6(struct xe_gt *gt);
15 void xe_gt_idle_disable_c6(struct xe_gt *gt);
17 #endif /* _XE_GT_IDLE_H_ */