1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright © 2024 Intel Corporation 4 */ 5 6 #ifndef _XE_GT_STATS_TYPES_H_ 7 #define _XE_GT_STATS_TYPES_H_ 8 9 enum xe_gt_stats_id { 10 XE_GT_STATS_ID_TLB_INVAL, 11 /* must be the last entry */ 12 __XE_GT_STATS_NUM_IDS, 13 }; 14 15 #endif 16