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