xref: /linux/drivers/gpu/drm/xe/xe_pci_error.h (revision a5218c6474df97f2e7f3af15dcdfc674bae5c137)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2026 Intel Corporation
4  */
5 
6 #ifndef _XE_PCI_ERROR_H_
7 #define _XE_PCI_ERROR_H_
8 
9 struct pci_error_handlers;
10 
11 extern const struct pci_error_handlers xe_pci_error_handlers;
12 
13 #endif
14