summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pci_error.h
blob: 725ad0214e625328e7a2b84836eb0a2883faae59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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