/* SPDX-License-Identifier: MIT */ /* * Copyright © 2026 Intel Corporation */ #ifndef _XE_PCI_ERROR_H_ #define _XE_PCI_ERROR_H_ struct pci_error_handlers; extern const struct pci_error_handlers xe_pci_error_handlers; #endif