xref: /linux/drivers/gpu/drm/xe/xe_ras.h (revision a3e50e7279996cd987001fd8a3db36e72665f8f7)
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