| 1 | /* SPDX-License-Identifier: MIT */ |
|---|---|
| 2 | /* |
| 3 | * Copyright © 2025 Intel Corporation |
| 4 | */ |
| 5 | #ifndef XE_HW_ERROR_H_ |
| 6 | #define XE_HW_ERROR_H_ |
| 7 | |
| 8 | #include <linux/types.h> |
| 9 | |
| 10 | struct xe_tile; |
| 11 | struct xe_device; |
| 12 | |
| 13 | void xe_hw_error_irq_handler(struct xe_tile *tile, const u32 master_ctl); |
| 14 | void xe_hw_error_init(struct xe_device *xe); |
| 15 | #endif |
| 16 |
