summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_pci.h
blob: 611c1209b14cc5a187764f23b20aa1cff03399fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2021 Intel Corporation
 */

#ifndef _XE_PCI_H_
#define _XE_PCI_H_

int xe_register_pci_driver(void);
void xe_unregister_pci_driver(void);

#endif