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