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