1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright © 2026 Intel Corporation 4 */ 5 6 #ifndef _XE_RAS_H_ 7 #define _XE_RAS_H_ 8 9 struct xe_device; 10 struct xe_sysctrl_event_response; 11 12 void xe_ras_counter_threshold_crossed(struct xe_device *xe, 13 struct xe_sysctrl_event_response *response); 14 15 #endif 16