/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ #ifndef _XE_GT_IDLE_SYSFS_TYPES_H_ #define _XE_GT_IDLE_SYSFS_TYPES_H_ #include <linux/types.h> struct xe_guc_pc; /* States of GT Idle */ enum xe_gt_idle_state { … }; /** * struct xe_gt_idle - A struct that contains idle properties based of gt */ struct xe_gt_idle { … }; #endif /* _XE_GT_IDLE_SYSFS_TYPES_H_ */