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